From dd3ef6298d1018913c475717df1eb5afbca5db56 Mon Sep 17 00:00:00 2001 From: Eduardo Navarro Date: Wed, 8 Nov 2023 17:52:34 +0100 Subject: [PATCH] Fix misspelling of 'existant' to 'existent' --- lib/ansi/bbcode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansi/bbcode.rb b/lib/ansi/bbcode.rb index 2d7124c..7147bb9 100644 --- a/lib/ansi/bbcode.rb +++ b/lib/ansi/bbcode.rb @@ -84,7 +84,7 @@ module BBCode # --------------------------- - # Returns the ANSI sequence for given color, if existant + # Returns the ANSI sequence for given color, if existent def BBCode.ansi(colorname) colorname.strip! return ANSINAME2CODE[ colorname.downcase ]