From dee19760a701408411d6b20cc623ccb53ce54732 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 17 Sep 2010 10:04:18 -0400 Subject: [PATCH] Fix typo in VariableUnusedViaUnset test --- Tests/VariableUnusedViaUnset/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/VariableUnusedViaUnset/CMakeLists.txt b/Tests/VariableUnusedViaUnset/CMakeLists.txt index 886508ee2..4b4031da3 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)