ChangeLog entry: * doc/gnulib.texi (Out of memory handling): Fix typos.
diff: --- gnulib.texi 15 Mar 2007 22:58:36 -0000 1.33 +++ gnulib.texi 19 Mar 2007 10:46:02 -0000 @@ -202,16 +202,16 @@ 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