lists | 8 Nov 2011 03:48
Favicon

[PATCH] Remove duplicate word from comment

From: Eitan Adler <lists <at> eitanadler.com>

Signed-off-by: Eitan Adler <lists <at> eitanadler.com>
---
 nano/src/nano.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nano/src/nano.h b/nano/src/nano.h
index 25ee321..964377c 100644
--- a/nano/src/nano.h
+++ b/nano/src/nano.h
 <at>  <at>  -430,7 +430,7  <at>  <at>  typedef struct sc {
     function_type type;
         /* What kind of function key is it for convenience later */
     int seq;
-        /* The actual sequence to check on the the type is determined */
+        /* The actual sequence to check on the type is determined */
     int menu;
         /* What list does this apply to */
     void (*scfunc)(void);
--

-- 
1.7.7.2

Gmane