summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2022-07-13 02:17:23 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-07-13 16:09:11 +0900
commitc4e2973733c03525ca42f0aecca6f2d834b88a70 (patch)
tree3360b6206ac2a8bd2f28e8c94af42ce5e02695e5 /error.c
parent1fe6c926036b3e6956865b56fba52ed242488e42 (diff)
downloadruby-c4e2973733c03525ca42f0aecca6f2d834b88a70.tar.gz
Fix a typo (thanks @Maumagnaguagno !)
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 0de21aaee9..17f524348f 100644
--- a/error.c
+++ b/error.c
@@ -1403,7 +1403,7 @@ exc_message(VALUE exc)
* - Magenta (+\e[35m+)
* - Cyan (+\e[36m+)
*
- * Use escape sequeunces carefully even if +highlight+ is true.
+ * Use escape sequences carefully even if +highlight+ is true.
* Do not use escape sequences to express essential information;
* the message should be readable even if all escape sequences are
* ignored.