diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-19 23:54:20 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-06-19 23:54:20 +0900 |
| commit | 8a5b0433abfd508c940891ffe9d748e80f006597 (patch) | |
| tree | 4674ce1fe4c9c89d2a8573d36c3d994096908690 /mrbgems/mruby-bin-debugger/tools/mrdb | |
| parent | a219e8b7174b700a65e1570d24ba0c8e2d709e59 (diff) | |
| parent | dcc316d3b84691f88158c3a3d2c43e612a995f6e (diff) | |
| download | mruby-8a5b0433abfd508c940891ffe9d748e80f006597.tar.gz mruby-8a5b0433abfd508c940891ffe9d748e80f006597.zip | |
Merge pull request #2840 from davydovanton/doc-fix-typos
Fix typos in documentation and error messages
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools/mrdb')
| -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" }, { |
