From 2ac92f17a102cca9fe48d7a225b6af32804f40d0 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 23 Nov 2011 21:53:55 -0800 Subject: [PATCH] Fix a typo --- lib/pry/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pry/config.rb b/lib/pry/config.rb index 318d1afa..a1d04989 100644 --- a/lib/pry/config.rb +++ b/lib/pry/config.rb @@ -98,7 +98,7 @@ class Pry # @return [Boolean] attr_accessor :disable_auto_reload - # Determins whether Pry should trap SIGINT and cause it to raise an + # Determines whether Pry should trap SIGINT and cause it to raise an # Interrupt exception. This is only useful on jruby, MRI does this # for us. # @return [Boolean]