Skip to content

Commit a04ab92

Browse files
authored
Merge pull request #1579 from bastelfreak/foo
Fix typo in postgresql_conf provider docs
2 parents b95d01b + a648246 commit a04ab92

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet/provider/postgresql_conf

1 file changed

+1
-1
lines changed

Diff for: lib/puppet/provider/postgresql_conf/ruby.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Puppet::Type.type(:postgresql_conf).provide(:ruby) do
1111
desc 'Set keys, values and comments in a postgresql config file.'
1212

13-
# The function pareses the postgresql.conf and figures out which active settings exist in a config file and returns an array of hashes
13+
# The function parses the postgresql.conf and figures out which active settings exist in a config file and returns an array of hashes
1414
#
1515
def parse_config
1616
# open the config file

0 commit comments

Comments
 (0)