commit 904a510ee172a95281db65f21637aad1e511bae8
parent c4592f3a554c7740a650ddccb450c6f0923ec618
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 2 Jan 2007 20:10:11 +0000
typo fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4016 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -5413,7 +5413,7 @@ GNU nano 1.1.11 - 10/01/2002
page_up()
- Fix bug where current is moved up two lines when the up arrow
is pressed on the top line of the edit window; this causes a
- segfault is the top line in the edit window is the second
+ segfault if the top line in the edit window is the second
line of the file, as the line current ends up on doesn't
exist. (Jeff DeFouw)
do_down()