Skip to content

Commit 25ae8d6

Browse files
author
Morgan Haskel
committed
Merge pull request puppetlabs#502 from aswen/typos
Fix some typo's in Readme and specfile.
2 parents e0c6305 + 1aa620b commit 25ae8d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ And then run the unit tests:
970970

971971
bundle exec rake spec
972972

973-
The unit tests are ran in Travis-CI as well, if you want to see the results of your own tests regsiter the service hook through Travis-CI via the accounts section for your Github clone of this project.
973+
The unit tests are ran in Travis-CI as well, if you want to see the results of your own tests register the service hook through Travis-CI via the accounts section for your Github clone of this project.
974974

975975
If you want to run the system tests, make sure you also have:
976976

spec/unit/provider/postgresql_conf/parsed_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
)
5858
end
5959

60-
it "should allow numbers thorugh without quotes" do
60+
it "should allow numbers through without quotes" do
6161
expect(provider.parse_line("wal_keep_segments = 32")).to eq(
6262
{ :name=>"wal_keep_segments", :value=>"32", :comment=>nil, :record_type=>:parsed }
6363
)
6464
end
6565

66-
it "should allow blanks thorugh " do
66+
it "should allow blanks through " do
6767
expect(provider.parse_line("")).to eq(
6868
{ :line=>"", :record_type=>:blank }
6969
)

0 commit comments

Comments
 (0)