Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-kiriyenko committed Apr 25, 2012
1 parent bf70594 commit bc3968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/soprano/remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace :remote do
def get_cmd
cmd = self[:cmd]
raise "A command must be given. Pleae, call the task with -s cmd=\"your command\"" unless cmd
raise "A command must be given. Please, call the task with -s cmd=\"your command\"" unless cmd
cmd
end

Expand Down

0 comments on commit bc3968f

Please sign in to comment.