summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tests')
-rw-r--r--Tests/VariableUnusedViaUnset/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/VariableUnusedViaUnset/CMakeLists.txt b/Tests/VariableUnusedViaUnset/CMakeLists.txt
index 886508e..4b4031d 100644
--- a/Tests/VariableUnusedViaUnset/CMakeLists.txt
+++ b/Tests/VariableUnusedViaUnset/CMakeLists.txt
@@ -1,7 +1,7 @@
# NOTE: Changing lines in here changes the test results since the first
# instance shouldn't warn, but the second should and they have the same message
-# A warning should NOT ne issued for this line:
+# A warning should NOT be issued for this line:
set(UNUSED_VARIABLE)
# Warning should occur here:
set(UNUSED_VARIABLE)