summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-10-01 10:38:49 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-10-01 10:38:49 +1000
commit1b6094d20d0ba1170c1eb4226acc5a7f6dc5c78c (patch)
treed9989ac5621b6cc7a5a87620258574f762ea088e /lib/puppet/parser/functions
parentbdf12fec365151fb049f7875aa82f2d207f0d8a0 (diff)
Fixed documentation typo
Diffstat (limited to 'lib/puppet/parser/functions')
-rw-r--r--lib/puppet/parser/functions/extlookup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/extlookup.rb b/lib/puppet/parser/functions/extlookup.rb
index 63d49e563..bc55410b9 100644
--- a/lib/puppet/parser/functions/extlookup.rb
+++ b/lib/puppet/parser/functions/extlookup.rb
@@ -52,7 +52,7 @@ the exact same outcome:
$snmp_contact = extlookup(\"snmp_contact\")
-The obove code shows some other features, you can use any fact or variable that
+The above code shows some other features, you can use any fact or variable that
is in scope by simply using %{varname} in your data files, you can return arrays
by just having multiple values in the csv after the initial variable name.