]> git.wh0rd.org Git - nano.git/commitdiff
typo fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 2 Jun 2005 02:32:39 +0000 (02:32 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 2 Jun 2005 02:32:39 +0000 (02:32 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2575 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index abde66d93a29974238575603ea1d74f8977d70d1..0b923fb5b7c19fe661b705c72d754d474d0a15f9 100644 (file)
@@ -2565,7 +2565,7 @@ int nanogetstr(bool allow_tabs, const char *buf, const char *curranswer,
     }
 
 #ifndef NANO_SMALL
-    /* Free msgichistory if we need to. */
+    /* Free magichistory if we need to. */
     if (magichistory != NULL)
        free(magichistory);
 #endif