summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>2011-03-03 02:45:11 +0000
committerKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>2011-03-03 02:45:11 +0000
commite566661cc7a11d4916c98f23cc0f63508fcc3aa2 (patch)
tree76f0896ad0312d89dccc8c7f74175219e09957a4
parent20fcf0e610535681fa06e19a1aac61fabba30731 (diff)
downloadpuppet-stdlib-e566661cc7a11d4916c98f23cc0f63508fcc3aa2.tar.gz
puppet-stdlib-e566661cc7a11d4916c98f23cc0f63508fcc3aa2.tar.bz2
Fix to a type in the documentation.
-rw-r--r--load_vars.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/load_vars.rb b/load_vars.rb
index 0375166..0365cf9 100644
--- a/load_vars.rb
+++ b/load_vars.rb
@@ -3,7 +3,7 @@
# load_vars.rb
#
# This script will allow for loading variables from an external YAML
-# file and expose then for further use inside the Puppet manifest file ...
+# file and expose them for further use inside the Puppet manifest file ...
#
# For example:
#