Merge remote-tracking branch 'tchaudhri/tchaudhri_join_func_doc_typo'

* tchaudhri/tchaudhri_join_func_doc_typo:
  Fixed 'separator' typos

Closes GH-196
This commit is contained in:
Josh Cooper 2013-10-29 11:10:12 -07:00
commit d809a9ef41
2 changed files with 2 additions and 2 deletions

View 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:*

View 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:*