From 592f46bf35133aea1264ffe7133ef8ce6a8fff29 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Wed, 24 May 2006 17:37:39 +0000 Subject: [PATCH] capitalization fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3555 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 2 +- src/prompt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nano.c b/src/nano.c index ac6b4886..628e1322 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1297,7 +1297,7 @@ int do_input(bool *meta_key, bool *func_key, bool *s_or_t, bool #endif ); - /* If we got a non-high-bit control key or a Meta key sequence, and + /* If we got a non-high-bit control key or a meta key sequence, and * it's not a shortcut or toggle, ignore it, and indicate this on * the statusbar. */ if (*s_or_t == FALSE) { diff --git a/src/prompt.c b/src/prompt.c index 3fa7b909..0b3ef52c 100644 --- a/src/prompt.c +++ b/src/prompt.c @@ -99,7 +99,7 @@ int do_statusbar_input(bool *meta_key, bool *func_key, bool *s_or_t, /* Set s_or_t to TRUE if we got a shortcut. */ *s_or_t = have_shortcut; - /* If we got a non-high-bit control key or a Meta key sequence, and + /* If we got a non-high-bit control key or a meta key sequence, and * it's not a shortcut or toggle, ignore it. */ if (*s_or_t == FALSE) { if (is_ascii_cntrl_char(input) || *meta_key == TRUE) { -- 2.39.5