Sfoglia il codice sorgente

STYLE: fix typo

Alex
Alexander Neundorf 18 anni fa
parent
commit
2f6f3316e4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Source/CPack/cmCPackZIPGenerator.cxx

+ 1 - 1
Source/CPack/cmCPackZIPGenerator.cxx

@@ -94,7 +94,7 @@ int cmCPackZIPGenerator::InitializeInternal()
     }
   if ( !found )
     {
-    cmCPackLogger(cmCPackLog::LOG_ERROR, "Cannot find a sutable ZIP program"
+    cmCPackLogger(cmCPackLog::LOG_ERROR, "Cannot find a suitable ZIP program"
       << std::endl);
     return 0;
     }