From cc87037f1c5a143af8089555e704505fcf0b2879 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 22 Dec 2019 22:49:17 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], missed and a new typo. --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') 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 $, and $; + * * assignment of non-nil value to $, and $; * * keyword arguments * * proc/lambda without block * etc. -- cgit v1.2.3