aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-22 22:49:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-22 22:49:17 +0900
commitcc87037f1c5a143af8089555e704505fcf0b2879 (patch)
treee165908372295e7d68d98c6215462cb26167495b /error.c
parent7c33ee5ddfafe737add2a7f4c4975108f9196dbd (diff)
downloadruby-cc87037f1c5a143af8089555e704505fcf0b2879.tar.gz
Fixed misspellings
Fixed misspellings reported at [Bug #16437], missed and a new typo.
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 6c222115e5..bc5539c328 100644
--- a/error.c
+++ b/error.c
@@ -174,7 +174,7 @@ rb_warning_category_enabled_p(rb_warning_category_t category)
* Supported categories are:
*
* +:deprecated+ :: deprecation warnings
- * * assignemnt of non-nil value to <code>$,</code> and <code>$;</code>
+ * * assignment of non-nil value to <code>$,</code> and <code>$;</code>
* * keyword arguments
* * proc/lambda without block
* etc.