]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 18 Jul 2006 18:28:10 +0000 (18:28 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 18 Jul 2006 18:28:10 +0000 (18:28 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3792 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/nano.h

index 9243b90d2e7418a6756c5edc8f6e0ff4242b1edf..64de46ede9add2dcfcf5ca51243819deb05c1c8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -110,7 +110,7 @@ CVS code -
 - text.c:
   execute_command()
        - Remove the marking of the file as modified, as do_insertfile()
-         handles that. (DLR)
+         now handles that. (DLR)
 - winio.c:
   display_string()
        - Properly handle buf[start_index]'s being a null terminator.
index 8770e04deda753250839ecc5331816d6c6793c6c..bbf870b73140567eaff495ae9cdcd4f8d1bfbfbe 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 #ifdef __TANDEM
-/* Tandem NonStop Kernel. */
+/* Tandem NonStop Kernel support. */
 #include <floss.h>
 #define NANO_ROOT_UID 65535
 #else