From 9134781eafefb2be903b76202b640cae881aabb1 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 9 Jun 2006 17:27:17 +0000
Subject: [PATCH] typo fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3654 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c
index dc736fb7..c3d2d91b 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -1236,7 +1236,7 @@ void terminal_init(void)
     static bool newterm_set = FALSE;
 
     /* Slang curses emulation brain damage, part 2: Slang doesn't
-     * implement nonl(), or noecho() properly, so there's no way to
+     * implement nonl() or noecho() properly, so there's no way to
      * properly reinitialize the terminal using them.  We have to save
      * the terminal state after the first call and restore it on
      * subsequent calls. */
-- 
GitLab