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
This commit is contained in:
Mateusz Piotrowski 2021-04-20 10:33:34 +02:00
parent ca904beafd
commit ef0ba6bcce

View File

@ -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