diff options
author | Xeonacid <Xeonacid@protonmail.com> | 2021-06-02 10:12:48 +0000 |
---|---|---|
committer | Paul Zimmermann <Paul.Zimmermann@inria.fr> | 2021-06-02 12:16:49 +0200 |
commit | 5295172e20330d2147b0580770c69a1bad32828d (patch) | |
tree | d67b6bb8764fb0857c37090a3a480f181e7ef86f /manual | |
parent | a23c28ec0d1cd67d25972181f613ef6dbfe4e299 (diff) | |
download | glibc-5295172e20330d2147b0580770c69a1bad32828d.zip glibc-5295172e20330d2147b0580770c69a1bad32828d.tar.gz glibc-5295172e20330d2147b0580770c69a1bad32828d.tar.bz2 |
fix typo
"accomodate" should be "accommodate"
Reviewed-by: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Diffstat (limited to 'manual')
-rwxr-xr-x | manual/summary.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/summary.pl b/manual/summary.pl index 4319c56..ab0801b 100755 --- a/manual/summary.pl +++ b/manual/summary.pl @@ -374,7 +374,7 @@ outside @*x lists ("Misplaced @standardsx"). "Spurious @standardsx" refers to otherwise valid @standardsx macros that were not matched to an element in an @*x list. "Invalid syntax" means just that. -The syntax of @standards annotations is designed to accomodate +The syntax of @standards annotations is designed to accommodate multiple header and standards annotations, as necessary. Examples: |