mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmSetCommand: Fix typo in comment.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user