]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Fixed 'separator' typos
authorTehmasp Chaudhri <tehmasp@gmail.com>
Fri, 25 Oct 2013 21:26:21 +0000 (15:26 -0600)
committerTehmasp Chaudhri <tehmasp@gmail.com>
Fri, 25 Oct 2013 21:26:21 +0000 (15:26 -0600)
README.markdown
lib/puppet/parser/functions/join.rb

index 6ac1b8ae0c4d80633058720a18dc1f13801ad76e..5635343afc87d3c8de6cae6deb28d111955da2a6 100644 (file)
@@ -544,7 +544,7 @@ Returns true if the variable passed to this function is a string.
 
 join
 ----
-This function joins an array into a string using a seperator.
+This function joins an array into a string using a separator.
 
 *Examples:*
 
index 005a46ea511535a9dae0d26e0e7e65a5a8f45a3b..6c0a6ba026c6f3485b13a53ec842491d418c8099 100644 (file)
@@ -4,7 +4,7 @@
 
 module Puppet::Parser::Functions
   newfunction(:join, :type => :rvalue, :doc => <<-EOS
-This function joins an array into a string using a seperator.
+This function joins an array into a string using a separator.
 
 *Examples:*