aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
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.