git: 0efec50e9e08 - main - strfmon(3): Remove repeated words

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 25 Oct 2022 21:51:31 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=0efec50e9e08f76e9e9d6a024763ca0fe83ae1f2

commit 0efec50e9e08f76e9e9d6a024763ca0fe83ae1f2
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-10-13 16:22:54 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-25 21:40:17 +0000

    strfmon(3): Remove repeated words
    
    Reviewed by:    kib
    PR:     267282
    Github PR:      #619
    MFC after:      1 week
---
 lib/libc/stdlib/strfmon.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/stdlib/strfmon.3 b/lib/libc/stdlib/strfmon.3
index 47f7131b677c..d6dcf693b80e 100644
--- a/lib/libc/stdlib/strfmon.3
+++ b/lib/libc/stdlib/strfmon.3
@@ -103,7 +103,7 @@ expected number of digits after the radix character.
 A
 .Sq Cm \&.
 character followed by a decimal number specifying the number
-the number of digits after the radix character.
+of digits after the radix character.
 .It
 One of the following conversion specifiers:
 .Bl -tag -width "XXX"