File 0955-Consistency-below-we-also-write-re-tokenized.patch of Package erlang
From 05078bc2d48b70ac288e96235cb5ac7f28259646 Mon Sep 17 00:00:00 2001
From: "Paulo F. Oliveira" <paulo.ferraz.oliveira@gmail.com>
Date: Sat, 14 Jun 2025 01:18:24 +0100
Subject: [PATCH 3/3] Consistency: below we also write re-tokenized
---
lib/syntax_tools/src/epp_dodger.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/syntax_tools/src/epp_dodger.erl b/lib/syntax_tools/src/epp_dodger.erl
index a16756013e..18e08942ae 100644
--- a/lib/syntax_tools/src/epp_dodger.erl
+++ b/lib/syntax_tools/src/epp_dodger.erl
@@ -26,7 +26,7 @@
%% @doc `epp_dodger' - bypasses the Erlang preprocessor.
%%
-%% <p>This module tokenises and parses most Erlang source code without
+%% <p>This module tokenizes and parses most Erlang source code without
%% expanding preprocessor directives and macro applications, as long as
%% these are syntactically "well-behaved". Because the normal parse
%% trees of the `erl_parse' module cannot represent these things
--
2.43.0