diff options
| author | Anton Davydov <[email protected]> | 2015-06-19 15:52:23 +0300 |
|---|---|---|
| committer | Anton Davydov <[email protected]> | 2015-06-19 15:52:23 +0300 |
| commit | dcc316d3b84691f88158c3a3d2c43e612a995f6e (patch) | |
| tree | 60096a10a0fb04414ebaef800b8dbd9c32f55f21 /mrbgems/mruby-bin-debugger/tools | |
| parent | 6a796cb4ccd53a35c93c89c1074d556186207966 (diff) | |
| download | mruby-dcc316d3b84691f88158c3a3d2c43e612a995f6e.tar.gz mruby-dcc316d3b84691f88158c3a3d2c43e612a995f6e.zip | |
Fix typos in documentation and error messages [skip ci]
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools')
| -rwxr-xr-x | mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c b/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c index b40915909..f52514851 100755 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c @@ -33,7 +33,7 @@ static help_msg help_msg_list[] = { "\n" "Continue program stopped by a breakpoint.\n" "If N, which is non negative value, is passed,\n" - "proceed program until the N-th breakpoint is comming.\n" + "proceed program until the N-th breakpoint is coming.\n" "If N is not passed, N is assumed 1.\n" }, { |
