The branch main has been updated by ceri:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=261cda20e11caa272517443aab7549b35667e31f

commit 261cda20e11caa272517443aab7549b35667e31f
Author:     Ceri Davies <c...@freebsd.org>
AuthorDate: 2023-10-12 12:00:56 +0000
Commit:     Ceri Davies <c...@freebsd.org>
CommitDate: 2023-10-12 12:00:56 +0000

    UPDATING: fix typo
---
 UPDATING | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/UPDATING b/UPDATING
index 0064e53c7a53..b750b2b913b5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -30,9 +30,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
 20231010:
        dialog(1) has been replaced in base by bsddialog(1), while most of the
        time replacing a dialog(1) call by a bsddialog(1) call works out of the
-       box, bsddialog(1) is not considered as a drop-in replacement dialog(1).
+       box, bsddialog(1) is not considered as a drop-in replacement for
+       dialog(1).
 
-       If you do depend on dialog(1) functionnality, please install cdialog
+       If you do depend on dialog(1) functionality, please install cdialog
        from ports:
 
        pkg install cdialog

Reply via email to