diff --git a/ChangeLog b/ChangeLog index da0941f6..b6ec5f41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014-07-24 Jordi Mallach + * doc/texinfo/nano.texi, doc/man/nanorc.5: Typo fix. + 2014-07-22 Benno Schulenberg * doc/syntax/nanorc.nanorc: Remove 'undo' from the valid options. diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index 1681a73d..11702792 100644 --- a/doc/man/nanorc.5 +++ b/doc/man/nanorc.5 @@ -464,7 +464,7 @@ Goes to the last line of the file. Goes to a specific line (and column if specified). .TP .B gototext -Switches from targetting a line number to searching for text. +Switches from targeting a line number to searching for text. .TP .B findbracket Moves the cursor to the bracket (brace, parenthesis, etc.) that matches diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi index 454e0aa7..268bca42 100644 --- a/doc/texinfo/nano.texi +++ b/doc/texinfo/nano.texi @@ -989,7 +989,7 @@ Goes to the last line of the file. Goes to a specific line (and column if specified). @item gototext -Switches from targetting a line number to searching for text. +Switches from targeting a line number to searching for text. @item findbracket Moves the cursor to the bracket (brace, parenthesis, etc.) that matches