diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2017-02-08 01:34:12 -0800 |
---|---|---|
committer | Rical Jasan <ricaljasan@pacific.net> | 2017-02-08 01:34:12 -0800 |
commit | ef8659eab64fc24979afa2bd5a272dacf662a7d2 (patch) | |
tree | af3921bf10d7d6841219f5e6877bfc3494d96eed | |
parent | 8cbc826c37c0221ada65a7a622fe079b4e89a4b0 (diff) | |
download | glibc-ef8659eab64fc24979afa2bd5a272dacf662a7d2.zip glibc-ef8659eab64fc24979afa2bd5a272dacf662a7d2.tar.gz glibc-ef8659eab64fc24979afa2bd5a272dacf662a7d2.tar.bz2 |
Fix a typo in the manual.
I only caught this because I saw a file in manual/ change. Oh, the
irony... and thank you!
* manual/contrib.texi: Fix typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/contrib.texi | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2017-02-08 Rical Jasan <ricaljasan@pacific.net> + + * manual/contrib.texi: Fix typo. + 2017-02-08 Siddhesh Poyarekar <siddhesh@sourceware.org> [BZ #21109] diff --git a/manual/contrib.texi b/manual/contrib.texi index 97c3ae1..cc52f60 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -157,7 +157,7 @@ direction as part of @theglibc{} steering committee. Aurelien Jarno for various fixes. @item -Rical Jasan for contributing various fixes in @theglibc manual. +Rical Jasan for contributing various fixes in @theglibc{} manual. @item Jakub Jelinek for implementing a number of checking functions and for |