diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-12-22 22:49:17 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-12-22 22:49:17 +0900 |
commit | cc87037f1c5a143af8089555e704505fcf0b2879 (patch) | |
tree | e165908372295e7d68d98c6215462cb26167495b /error.c | |
parent | 7c33ee5ddfafe737add2a7f4c4975108f9196dbd (diff) |
Fixed misspellings
Fixed misspellings reported at [Bug #16437], missed and a new
typo.
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |