X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FcmSubdirCommand.cxx;h=e497b4642dd3f9356629b305c18929e86670eb3e;hb=317dbdb79761ef65e45c7358cfc7571c6afa54ad;hp=0cfe7722da7f93d7fed1289d530b2f62c53c2d3a;hpb=297c63fa65327491a2b50e521b661c5835a19fe4;p=platform%2Fupstream%2Fcmake.git diff --git a/Source/cmSubdirCommand.cxx b/Source/cmSubdirCommand.cxx index 0cfe772..e497b46 100644 --- a/Source/cmSubdirCommand.cxx +++ b/Source/cmSubdirCommand.cxx @@ -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; }