From 105937041138694854904b7c5e23fdd2bd8af6d3 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Sun, 21 Mar 2010 21:14:12 -0700 Subject: Fixing a typo from a regex Signed-off-by: Luke Kanies --- lib/puppet/type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet') diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index ee545a99b..33d2d0390 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -1065,7 +1065,7 @@ class Type end newmetaparam(:check) do - desc "Propertys which should have their values retrieved + desc "Properties which should have their values retrieved but which should not actually be modified. This is currently used internally, but will eventually be used for querying, so that you could specify that you wanted to check the install state of all -- cgit