From: Ben Pfaff Date: Mon, 19 Mar 2007 20:30:25 +0000 (+0000) Subject: Fix typos. X-Git-Tag: cvs-readonly~743 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a539e0a8fe5fc17c2e6c1840ba65cdba897dcef4;p=gnulib.git Fix typos. Suggested by Thien-Thi Nguyen . --- diff --git a/ChangeLog b/ChangeLog index aa3f36314..2a15f8d75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-19 Ben Pfaff + + * doc/gnulib.texi: Fix typos. + Suggested by Thien-Thi Nguyen . + 2007-03-19 Paul Eggert * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL. diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 683bc9477..cb67e21b2 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@comment $Id: gnulib.texi,v 1.33 2007-03-15 22:58:36 eggert Exp $ +@comment $Id: gnulib.texi,v 1.34 2007-03-19 20:30:25 blp Exp $ @comment %**start of header @setfilename gnulib.info @settitle GNU Gnulib @@ -7,7 +7,7 @@ @syncodeindex pg cp @comment %**end of header -@set UPDATED $Date: 2007-03-15 22:58:36 $ +@set UPDATED $Date: 2007-03-19 20:30:25 $ @copying This manual is for GNU Gnulib (updated @value{UPDATED}), @@ -202,16 +202,16 @@ library has chosen to adopt a different strategy. Out of memory handling happens in rare situations, but performing the out of memory error handling after almost all API function invocations pollute your source code and might make it harder to spot more serious problems. -The strategy chosen improve code readability and robustness. +The strategy chosen improves code readability and robustness. @cindex Aborting execution For most applications, aborting the application with an error message -when the out of memory situation occur is the best that can be wished +when the out of memory situation occurs is the best that can be wished for. This is how the library behaves by default. @vindex xalloc_fail_func However, we realize that some applications may not want to have the -GSS library abort execution in any situation. The GSS library support +GSS library abort execution in any situation. The GSS library supports a hook to let the application regain control and perform its own cleanups when an out of memory situation has occurred. The application can define a function (having a @code{void} prototype, i.e., no return