summaryrefslogtreecommitdiff
path: root/vm_backtrace.c
diff options
context:
space:
mode:
authorYudai Takada <13041216+ydah@users.noreply.github.com>2022-11-21 14:07:18 +0900
committerGitHub <noreply@github.com>2022-11-20 21:07:18 -0800
commit29e6d97517bbd4dcc540464c8473172232f3e228 (patch)
tree80716a0b7b7e8e6c96ceacf9ab1e7b2dcdc22c27 /vm_backtrace.c
parentd8601621edcf29e3323b90dcf04b774edd9fb45e (diff)
Fix typos (#6775)
* s/Innteger/Integer/ * s/diretory/directory/ * s/Bufer/Buffer/ * s/defalt/default/ * s/covearge/coverage/
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to 'vm_backtrace.c')
-rw-r--r--vm_backtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_backtrace.c b/vm_backtrace.c
index 12157ef707..75546cd229 100644
--- a/vm_backtrace.c
+++ b/vm_backtrace.c
@@ -805,7 +805,7 @@ backtrace_load_data(VALUE self, VALUE str)
* call-seq: Thread::Backtrace::limit -> integer
*
* Returns maximum backtrace length set by <tt>--backtrace-limit</tt>
- * command-line option. The defalt is <tt>-1</tt> which means unlimited
+ * command-line option. The default is <tt>-1</tt> which means unlimited
* backtraces. If the value is zero or positive, the error backtraces,
* produced by Exception#full_message, are abbreviated and the extra lines
* are replaced by <tt>... 3 levels... </tt>