From edece753230d5e3c47f2e3bffcd653ba25ebb98e Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Thu, 25 Jul 2024 18:44:35 +0330 Subject: [PATCH] Review external cmake files (#13394) --- cmake/external/leveldb_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external/leveldb_patch.py b/cmake/external/leveldb_patch.py index d460734f5ae..1bb681ca24e 100644 --- a/cmake/external/leveldb_patch.py +++ b/cmake/external/leveldb_patch.py @@ -13,7 +13,7 @@ # limitations under the License. """ -Modify the CMakeLists.txt from LevelDb to staticly link Snappy compression +Modify the CMakeLists.txt from LevelDb to statically link Snappy compression support. """