diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-08-06 08:23:24 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-08-06 08:23:24 (GMT) |
commit | 78e7ea598d2c1642ffbf8d402e8485ad590b322f (patch) | |
tree | e5b49b94bb4d59d6a00f71437942bb0443bac159 /Source | |
parent | 1285fe27ff545cfbbe37f8be8d67bae1692847a5 (diff) | |
download | CMake-78e7ea598d2c1642ffbf8d402e8485ad590b322f.zip CMake-78e7ea598d2c1642ffbf8d402e8485ad590b322f.tar.gz CMake-78e7ea598d2c1642ffbf8d402e8485ad590b322f.tar.bz2 |
cmLocalGenerator: Fix trivial spelling error in code comment
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 7ad4023..aaf0d67 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -68,7 +68,7 @@ #endif // List of variables that are replaced when -// rules are expanced. These variables are +// rules are expanded. These variables are // replaced in the form <var> with GetSafeDefinition(var). // ${LANG} is replaced in the variable first with all enabled // languages. |