aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-04-20 08:33:34 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-04-20 08:33:34 +0000
commitef0ba6bccef34f414f54760747b54ee9ec2f6786 (patch)
tree6d0aaef855f9a12268143cce99fb26ec43585547
parentca904beafd925719af998a86cd67a9c787f44255 (diff)
downloadsrc-ef0ba6bccef34f414f54760747b54ee9ec2f6786.tar.gz
src-ef0ba6bccef34f414f54760747b54ee9ec2f6786.zip
c.7: Fix some typos
Those misspellings were not picked up by igor because they are not present in its list of common spelling errors. Reported by: rpokala
-rw-r--r--share/man/man7/c.76
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/c.7 b/share/man/man7/c.7
index c9f7fc3c93b3..f8943cd9ca29 100644
--- a/share/man/man7/c.7
+++ b/share/man/man7/c.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 18, 2021
+.Dd April 20, 2021
.Dt C 7
.Os
.Sh NAME
@@ -181,7 +181,7 @@ additional strftime conversion specifiers
.El
.Pp
Later in 2011, the third edition of the standard, ISO/IEC 1989:2011,
-commonly reffered to as C11 (formerly C1x), came out and replaced the
+commonly referred to as C11 (formerly C1x), came out and replaced the
second edition by ISO/IEC 9899:1999/COR1:2001, ISO/IEC 9899:1999/COR2:2004,
and ISO/IEC 9899:1999/COR3:2007.
The improvements include (but are not limited to) the following:
@@ -213,7 +213,7 @@ It incorporates the Technical Corrigendum 1 (ISO/IEC 9899:2011/COR1:2012)
which was published in 2012.
It addressed defects and deficiencies in C11 without introducing new features,
only corrections and clarifications.
-Since there were no major changes in C17, the current standrad for
+Since there were no major changes in C17, the current standard for
Programming Language C, is still considered C11 \(em ISO/IEC 9899:2011, published
2011-12-08.
.Pp