summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
authorKai Köhne <[email protected]>2022-06-10 16:41:59 +0200
committerKai Köhne <[email protected]>2022-06-13 15:37:36 +0200
commit04cc705947a4f8e96f98f228a505774293c97840 (patch)
treed84d452f2dd1aa2703b8326029380f57fb49b086 /util/cmake/pro2cmake.py
parente07fea6fb405c6e9affe6e377ad99a98a740c5be (diff)
CMake: Fix typos
Found by codespell Pick-to: 6.4 Change-Id: I4907e423b6b345acf82f2d7e0ed62479719d694e Reviewed-by: Jörg Bornemann <[email protected]>
Diffstat (limited to 'util/cmake/pro2cmake.py')
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index f8d83a95399..086a70146ea 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -5027,7 +5027,7 @@ def main() -> None:
cmake_api_version = args.api_version
else:
# Otherwise detect the api version in the old CMakeLists.txt
- # if it exsists.
+ # if it exists.
detected_cmake_api_version = detect_cmake_api_version_used_in_file_content(
file_relative_path
)