From 65b9ee08381ed1a7e6e80addefef3e3fcd0b3ddb Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Sat, 14 Dec 2013 14:48:36 +0000 Subject: [PATCH] * lib/debug.rb: [DOC] Fix typo s/useage/usage/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/debug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/debug.rb b/lib/debug.rb index 67861cba64..fcbf849f0d 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -916,7 +916,7 @@ EOHELP # Returns the list of break points where execution will be stopped. # - # See DEBUGGER__ for more useage + # See DEBUGGER__ for more usage def break_points @break_points end