Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-05-11 10:01:06 +0300
committerCampbell Barton <campbell@blender.org>2022-05-11 10:02:06 +0300
commitb30cb05c14a9061f53367e9a4ad76d39dc62d7ee (patch)
treeed67a825802d64f973e63119d6b490eab1922697 /build_files
parent195986a71969f2fa20c4d6de89cdbcb8f62f3ba1 (diff)
Cleanup: spelling in comments/strings
D14918 from @linux_dr with some other changes included.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/cmake/project_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/project_info.py b/build_files/cmake/project_info.py
index 46fd538f675..0661db3a18c 100755
--- a/build_files/cmake/project_info.py
+++ b/build_files/cmake/project_info.py
@@ -170,7 +170,7 @@ def cmake_advanced_info() -> Union[Tuple[List[str], List[Tuple[str, str]]], Tupl
project_path = create_eclipse_project()
if not exists(project_path):
- print("Generating Eclipse Prokect File Failed: %r not found" % project_path)
+ print("Generating Eclipse Project File Failed: %r not found" % project_path)
return None, None
from xml.dom.minidom import parse