From f51b6da5896cb9e03be23bb8729ff6638f45ac91 Mon Sep 17 00:00:00 2001 From: Mac Martine Date: Thu, 16 Jun 2011 17:54:47 -0700 Subject: [PATCH] Typo correction: removing two consecutive 'is's in rdb 'help restart' description. --- cli/ruby-debug/commands/control.rb | 2 +- doc/ruby-debug.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/ruby-debug/commands/control.rb b/cli/ruby-debug/commands/control.rb index 78e11b5..31d6598 100644 --- a/cli/ruby-debug/commands/control.rb +++ b/cli/ruby-debug/commands/control.rb @@ -68,7 +68,7 @@ def help_command def help(cmd) %{ restart|R [args] - Restart the program. This is is a re-exec - all debugger state + Restart the program. This is a re-exec - all debugger state is lost. If command arguments are passed those are used. } end diff --git a/doc/ruby-debug.texi b/doc/ruby-debug.texi index 61d468f..5509e99 100644 --- a/doc/ruby-debug.texi +++ b/doc/ruby-debug.texi @@ -1633,7 +1633,7 @@ questions asked, enter the ``unconditionally''. @item restart @itemx R -Restart the program. This is is a re-exec - all debugger state is +Restart the program. This is a re-exec - all debugger state is lost. If command arguments are passed those are used. Otherwise the last program arguments used in the last invocation are used.