mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 01:22:28 +00:00
cmSetCommand: Fix typo in comment.
This commit is contained in:
parent
8544f16d1e
commit
732f551187
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user