commit c074edfe36307af46ec1bb9f16b2da1a4f843ef7
parent 2d3d1e9324bb18c887ccf7370c7fc7e0b5a065e0
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 18 May 2006 17:29:34 +0000
wording fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3524 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -222,8 +222,8 @@ CVS code -
of directives, for consistency with nanorc.5. (DLR)
- text.c:
break_line()
- - Fix problem where tab widths in columns are always calculated
- as tabsize. (DLR, found by Alexey Toptygin)
+ - Fix problem where tab widths in columns would always be
+ calculated as tabsize. (DLR, found by Alexey Toptygin)
do_justify()
- Remove redundant key checks. (DLR)
do_spell()