Skip to content

Commit

Permalink
Quick typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Penney committed May 16, 2014
1 parent d4a2b22 commit a5b34ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/ini_subsetting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

newparam(:quote_char) do
desc 'The character used to quote the entire value of the setting. ' +
%q{Vaild vaules are '', '"' and "'". Defaults to ''.}
%q{Valid values are '', '"' and "'". Defaults to ''.}
defaultto('')

validate do |value|
Expand Down

0 comments on commit a5b34ea

Please sign in to comment.