Browse Source

cmLocalGenerator: Fix trivial spelling error in code comment

Craig Scott 2 năm trước cách đây
mục cha
commit
78e7ea598d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Source/cmLocalGenerator.cxx

+ 1 - 1
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.