From a065fca70111e186c7648a21fed3b758e0dfeea0 Mon Sep 17 00:00:00 2001 From: John Mair Date: Mon, 30 May 2011 16:46:44 +1200 Subject: [PATCH] fixed spelling mistakes in comments --- lib/pry/command_set.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pry/command_set.rb b/lib/pry/command_set.rb index d52dd829..fb3a3851 100644 --- a/lib/pry/command_set.rb +++ b/lib/pry/command_set.rb @@ -5,7 +5,7 @@ class Pry end end - # This class used to create sets of commands. Commands can be impoted from + # This class is used to create sets of commands. Commands can be imported from # different sets, aliased, removed, etc. class CommandSet class Command < Struct.new(:name, :description, :options, :block)