File 4552-Typo-in-epp_dodger.erl.patch of Package erlang
From 8ea8029699e52d0bd255701e07a1811a5e38690b Mon Sep 17 00:00:00 2001
From: "Paulo F. Oliveira" <paulo.ferraz.oliveira@gmail.com>
Date: Fri, 13 Jun 2025 23:21:21 +0100
Subject: [PATCH 1/3] Typo in epp_dodger.erl
---
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 95660cd658..4be36b62e1 100644
--- a/lib/syntax_tools/src/epp_dodger.erl
+++ b/lib/syntax_tools/src/epp_dodger.erl
@@ -431,7 +431,7 @@ parse_form(Dev, L0, Parser, Options) ->
NoFail = proplists:get_bool(no_fail, Options),
Opt = #opt{clever = proplists:get_bool(clever, Options)},
- %% This as the *potential* to read options for enabling/disabling
+ %% This has the *potential* to read options for enabling/disabling
%% features for the parsing of the file.
{ok, {_Ftrs, ResWordFun}} =
erl_features:keyword_fun(Options, fun reserved_word/1),
--
2.43.0