diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-10-27 22:59:54 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-16 00:59:57 -0400 |
commit | ef48b196770b8091ba13c21183d7c1cc5efbca11 (patch) | |
tree | 6b9b92755686209d6d61d99426c26cd2ccd49a0f /manual/string.texi | |
parent | 4706240f5259b12c0e19479c1635d7e9f56ec555 (diff) | |
download | glibc-ef48b196770b8091ba13c21183d7c1cc5efbca11.zip glibc-ef48b196770b8091ba13c21183d7c1cc5efbca11.tar.gz glibc-ef48b196770b8091ba13c21183d7c1cc5efbca11.tar.bz2 |
manual: fix spelling typos
I've bracketed the changes to make it easier to pick out.
enlengthen -> extend
enlengthened -> extended
excep[e]tions -> exceptions
exten[da]ble -> exten[si]ble
implement[o]r -> implement[e]r
licen[c]e -> licen[s]e
optimzed -> optim[i]zed
overriden -> overrid[d]en
param[a]ter -> param[e]ter
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-10-27 Mike Frysinger <vapier@gentoo.org>
* manual/arith.texi: Fix spelling typos.
* manual/contrib.texi: Likewise.
* manual/crypt.texi: Likewise.
* manual/filesys.texi: Likewise.
* manual/llio.texi: Likewise.
* manual/locale.texi: Likewise.
* manual/message.texi: Likewise.
* manual/nss.texi: Likewise.
* manual/socket.texi: Likewise.
* manual/stdio.texi: Likewise.
* manual/string.texi: Likewise.
* manual/sysinfo.texi: Likewise.
Diffstat (limited to 'manual/string.texi')
-rw-r--r-- | manual/string.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/string.texi b/manual/string.texi index bfbcc19..bce81a7 100644 --- a/manual/string.texi +++ b/manual/string.texi @@ -2300,7 +2300,7 @@ The GNU version of the @code{basename} function returns the last component of the path in @var{filename}. This function is the preferred usage, since it does not modify the argument, @var{filename}, and respects trailing slashes. The prototype for @code{basename} can be -found in @file{string.h}. Note, this function is overriden by the XPG +found in @file{string.h}. Note, this function is overridden by the XPG version, if @file{libgen.h} is included. Example of using GNU @code{basename}: |