Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit Fix typo in comment (Tobias Stoeckmann)



details:   https://anonhg.NetBSD.org/src/rev/3be668cc69fd
branches:  trunk
changeset: 801733:3be668cc69fd
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Aug 15 13:32:53 2014 +0000

description:
Fix typo in comment (Tobias Stoeckmann)

diffstat:

 lib/libedit/readline.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 510efed7c8fa -r 3be668cc69fd lib/libedit/readline.c
--- a/lib/libedit/readline.c    Fri Aug 15 13:20:29 2014 +0000
+++ b/lib/libedit/readline.c    Fri Aug 15 13:32:53 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: readline.c,v 1.111 2014/07/06 18:09:04 christos Exp $  */
+/*     $NetBSD: readline.c,v 1.112 2014/08/15 13:32:53 christos Exp $  */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include "config.h"
 #if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: readline.c,v 1.111 2014/07/06 18:09:04 christos Exp $");
+__RCSID("$NetBSD: readline.c,v 1.112 2014/08/15 13:32:53 christos Exp $");
 #endif /* not lint && not SCCSID */
 
 #include <sys/types.h>
@@ -338,7 +338,7 @@
        el_set(e, EL_SIGNAL, rl_catch_signals);
 
        /* set default mode to "emacs"-style and read setting afterwards */
-       /* so this can be overriden */
+       /* so this can be overridden */
        el_set(e, EL_EDITOR, "emacs");
        if (rl_terminal_name != NULL)
                el_set(e, EL_TERMINAL, rl_terminal_name);



Home | Main Index | Thread Index | Old Index