maint: change "can not" to "cannot"
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2011 21:44:53 +0000 (14:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Apr 2011 21:45:22 +0000 (14:45 -0700)
* doc/posix-functions/iconv.texi (iconv): This one crossed line
boundaries.

ChangeLog
doc/posix-functions/iconv.texi

index f1c5c3afd7f9b73fbcb5219c6bdf7f1d533a2dcf..22d0ce7e73254e059b50e075ad1b5f032cb194fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       maint: change "can not" to "cannot"
+       * doc/posix-functions/iconv.texi (iconv): This one crossed line
+       boundaries.
+
 2011-04-09  Jim Meyering  <meyering@redhat.com>
 
        maint: change "a a" to "a"
index 3f984b59405e77dee6926a987efdc9fc6ea80b32..7ba2cfcc49bf1827195ba2b80be4be423fbbd2e3 100644 (file)
@@ -27,8 +27,8 @@ when GNU libiconv is not installed.
 @item
 This function was not correctly implemented in glibc versions before 2.2.
 @item
-When @code{iconv} encounters an input character that is valid but that can
-not be converted to the output character set, glibc's and GNU libiconv's
+When @code{iconv} encounters an input character that is valid but that
+cannot be converted to the output character set, glibc's and GNU libiconv's
 @code{iconv} stop the conversion.  Some other implementations put an
 implementation-defined character into the output buffer.  ---
 Gnulib provides higher-level facilities @code{striconv} and @code{striconveh}