diff --git a/lib/pry/commands/show_command.rb b/lib/pry/commands/show_command.rb index c701bc4a..81d129c0 100644 --- a/lib/pry/commands/show_command.rb +++ b/lib/pry/commands/show_command.rb @@ -8,7 +8,7 @@ class Pry opts = Slop.parse!(args) do |opt| opt.banner unindent <<-USAGE - NOTE: show-command is DEPRACTED. Use show-source [command_name] instead. + NOTE: show-command is DEPRECATED. Use show-source [command_name] instead. USAGE opt.on :h, :help, "This message." do