1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-21 23:00:50 +08:00

cmLocalGenerator: Fix trivial spelling error in code comment

This commit is contained in:
Craig Scott
2023-08-06 18:23:24 +10:00
parent 1285fe27ff
commit 78e7ea598d

View File

@@ -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.