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

Commit

Permalink
just a little typo fix, nothing to be worried. =)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistersourcerer committed Dec 3, 2013
1 parent 105b286 commit 34adc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/safely/strategy/hoptoad.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def load!
begin
require 'toadhopper'
rescue LoadError
$stderr.write( "'toadhopper' not available, safely cannot use the Hoptoad stategy" )
$stderr.write( "'toadhopper' not available, safely cannot use the Hoptoad strategy" )
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/safely/strategy/mail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def load!
begin
require 'mail'
rescue LoadError
$stderr.write( "'mail' not available, safely cannot use the email stategy" )
$stderr.write( "'mail' not available, safely cannot use the email strategy" )
end

if self.sender.nil?
Expand Down

0 comments on commit 34adc48

Please sign in to comment.