From c4e2973733c03525ca42f0aecca6f2d834b88a70 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Wed, 13 Jul 2022 02:17:23 +0900 Subject: Fix a typo (thanks @Maumagnaguagno !) --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') 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. -- cgit v1.2.1