Przeglądaj źródła

Fix typo in documentation

Yury G. Kudryashov 13 lat temu
rodzic
commit
a5edfc4fb7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Source/cmDocumentVariables.cxx

+ 1 - 1
Source/cmDocumentVariables.cxx

@@ -895,7 +895,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
 
   cm->DefineProperty
     ("BORLAND", cmProperty::VARIABLE,
-     "True of the borland compiler is being used.",
+     "True if the borland compiler is being used.",
      "This is set to true if the Borland compiler is being used.",false,
      "Variables That Describe the System");