summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-26 19:20:54 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-09-27 10:08:06 (GMT)
commit732f551187964451e922e0d95dcc21114d109f88 (patch)
tree107ed1808b456ff19d0f912f69399c703fb32a99 /Source/cmSetCommand.cxx
parent8544f16d1e3222b3014ee66a7619f175da8ce21a (diff)
downloadCMake-732f551187964451e922e0d95dcc21114d109f88.zip
CMake-732f551187964451e922e0d95dcc21114d109f88.tar.gz
CMake-732f551187964451e922e0d95dcc21114d109f88.tar.bz2
cmSetCommand: Fix typo in comment.
Diffstat (limited to 'Source/cmSetCommand.cxx')
-rw-r--r--Source/cmSetCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx
index 306276b..ed36dc5 100644
--- a/Source/cmSetCommand.cxx
+++ b/Source/cmSetCommand.cxx
@@ -48,7 +48,7 @@ bool cmSetCommand
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)
{
cmSystemTools::PutEnv(putEnvArg);