summaryrefslogtreecommitdiffhomepage
path: root/doc/debugger
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-04-27 21:54:25 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-04-27 21:54:25 +0900
commit41e69319874e8b975e4fac684ec69c05d33981ed (patch)
treeb79e5cd3a1a2a8f90343e64c8635839eac91ae74 /doc/debugger
parent5c25a9a6a98f22a848784cb3e4bb5234dc76ec24 (diff)
parentc261c01598a8872393ee94b084579d150dd8220c (diff)
downloadmruby-41e69319874e8b975e4fac684ec69c05d33981ed.tar.gz
mruby-41e69319874e8b975e4fac684ec69c05d33981ed.zip
Merge pull request #2773 from syohex/fix-misspelling
Fix misspellings in document
Diffstat (limited to 'doc/debugger')
-rwxr-xr-xdoc/debugger/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/debugger/README.md b/doc/debugger/README.md
index 6997a62fb..56230e429 100755
--- a/doc/debugger/README.md
+++ b/doc/debugger/README.md
@@ -144,7 +144,7 @@ Example:
(foo.rb:1) continue 3
```
-This will resume the profram and stop it at the third breakpoint.
+This will resume the program and stop it at the third breakpoint.
#### Delete Command