From: David Lawrence Ramsey Date: Tue, 2 Jan 2007 20:10:11 +0000 (+0000) Subject: typo fix X-Git-Tag: v2.0.3~38 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=904a510ee172a95281db65f21637aad1e511bae8;p=nano.git typo fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4016 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 0bf43c1e..368962e4 100644 --- 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()