cmSetCommand: Fix typo in comment.

This commit is contained in:
Stephen Kelly 2015-09-26 21:20:54 +02:00
parent 8544f16d1e
commit 732f551187

View File

@ -48,7 +48,7 @@ bool cmSetCommand
return true; return true;
} }
// if it will be cleared, then clear it if it isn;t already clear // if it will be cleared, then clear it if it isn't already clear
if (currValue) if (currValue)
{ {
cmSystemTools::PutEnv(putEnvArg); cmSystemTools::PutEnv(putEnvArg);