From 8b67694fd1a8d5d7c4f561716b0a3e026db4a845 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sun, 4 Jan 2009 04:12:52 -0500 Subject: [PATCH] STYLE: changed "one may" into "it should" to make it stronger Alex --- Source/cmCMakeMinimumRequired.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCMakeMinimumRequired.h b/Source/cmCMakeMinimumRequired.h index 0b2ecc66c..4499ffcd3 100644 --- a/Source/cmCMakeMinimumRequired.h +++ b/Source/cmCMakeMinimumRequired.h @@ -79,7 +79,7 @@ public: "which enables compatibility features for CMake 2.4 and lower.\n" "The FATAL_ERROR option is accepted but ignored by CMake 2.6 " "and higher. " - "One may specify it so CMake versions 2.4 and lower fail with an " + "It should be specified so CMake versions 2.4 and lower fail with an " "error instead of just a warning."; }