Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #348 from petems/spelling_fixes
Browse files Browse the repository at this point in the history
Fixes a few spelling mistakes
  • Loading branch information
Jonathan Claudius authored Mar 24, 2017
2 parents 3c4f87f + b2fabe5 commit 653fb55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/string_ext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def ip_addr?
IPAddr.new(self)

# Using ArgumentError instead of IPAddr::InvalidAddressError
# for 1.9.3 backward compatability
# for 1.9.3 backward compatibility
rescue ArgumentError
return false
end
Expand Down
2 changes: 1 addition & 1 deletion scripts/Ubuntu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"5.10" => "breezy",
"6.04" => "dapper",
"6.10" => "edgy",
"7.04" => "fiesty",
"7.04" => "feisty",
"7.10" => "gutsy",
"8.04" => "hardy",
"8.10" => "intrepid",
Expand Down
2 changes: 1 addition & 1 deletion spec/ssh_scan/string_ext_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
end
end

context "when resolving a DNS name into IP adress" do
context "when resolving a DNS name into IP address" do
testing_host = "localhost"
it "should load all the attributes properly" do
expected_result = "::1"
Expand Down

0 comments on commit 653fb55

Please sign in to comment.