From ce93c29091c09d4ca5596ca59905f7a24c85af4b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 9 Dec 2025 17:22:03 +0900 Subject: [PATCH] Fixed by `misspell -w -error -source=text` --- lib/erb/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/erb/util.rb b/lib/erb/util.rb index adeb695..d7d69eb 100644 --- a/lib/erb/util.rb +++ b/lib/erb/util.rb @@ -9,7 +9,7 @@ require 'cgi/escape' # Load or define ERB::Escape#html_escape. -# We don't build the C extention 'cgi/escape' for JRuby, TruffleRuby, and WASM. +# We don't build the C extension 'cgi/escape' for JRuby, TruffleRuby, and WASM. # miniruby (used by CRuby build scripts) also fails to load erb/escape.so. begin require 'erb/escape'