diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-26 19:20:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-27 10:08:06 (GMT) |
commit | 732f551187964451e922e0d95dcc21114d109f88 (patch) | |
tree | 107ed1808b456ff19d0f912f69399c703fb32a99 /Source/cmSetCommand.cxx | |
parent | 8544f16d1e3222b3014ee66a7619f175da8ce21a (diff) | |
download | CMake-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.cxx | 2 |
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); |