Imported Upstream version 2.8.12.2
[platform/upstream/cmake.git] / Source / cmSubdirCommand.cxx
index 0cfe772..e497b46 100644 (file)
@@ -64,7 +64,7 @@ bool cmSubdirCommand
     else
       {
       std::string error = "Incorrect SUBDIRS command. Directory: ";
-      error += *i + " does not exists.";
+      error += *i + " does not exist.";
       this->SetError(error.c_str());
       res = false;
       }