File 0479-HOWTO-DEVELOPMENT.md-Fix-congruence-error.patch of Package erlang
From 96c6d627fa9fa9442455fe495e2a0efbff5f06d0 Mon Sep 17 00:00:00 2001
From: Frej Drejhammar <frej.drejhammar@gmail.com>
Date: Wed, 31 Jan 2024 08:32:46 +0100
Subject: [PATCH 1/2] HOWTO/DEVELOPMENT.md: Fix congruence error
---
HOWTO/DEVELOPMENT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HOWTO/DEVELOPMENT.md b/HOWTO/DEVELOPMENT.md
index dfe0e3a0d8..3cb44fc609 100644
--- a/HOWTO/DEVELOPMENT.md
+++ b/HOWTO/DEVELOPMENT.md
@@ -334,7 +334,7 @@ above.
### cerl
`cerl` is a program available in `$ERL_TOP/bin/` that has a number of features
-useful when developing the Erlang run-time system. It work just as normal `erl`,
+useful when developing the Erlang run-time system. It works just as normal `erl`,
but accepts a couple of extra command line switches. Any other command line arguments
passed to `cerl` will be passed on the Erlang as normal. The extra command line
switches are:
--
2.35.3