From 8d92852b87fc12e0c63b4c10757e770a8177174d Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 7 Aug 2007 18:37:39 +0000 Subject: [PATCH] typo fix git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4139 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 520cc2e5..38c31348 100644 --- a/src/utils.c +++ b/src/utils.c @@ -527,7 +527,7 @@ void remove_magicline(void) /* Set top_x and bot_x to the top and bottom x-coordinates of the mark, * respectively, based on the locations of top and bot. If - * right_side_up isn't NULL, set it to TRUE If the mark begins with + * right_side_up isn't NULL, set it to TRUE if the mark begins with * (mark_begin, mark_begin_x) and ends with (current, current_x), or * FALSE otherwise. */ void mark_order(const filestruct **top, size_t *top_x, const filestruct -- 2.39.5