diff --git a/ChangeLog b/ChangeLog index da0941f68b4cda0efc86aec4f44fde072421a4d2..b6ec5f414963f0c574116f34f4af5be4e58cd0e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014-07-24 Jordi Mallach <jordi@gnu.org> + * doc/texinfo/nano.texi, doc/man/nanorc.5: Typo fix. + 2014-07-22 Benno Schulenberg <bensberg@justemail.net> * doc/syntax/nanorc.nanorc: Remove 'undo' from the valid options. diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index 1681a73dba147be6842361d5c41cd226f9fcba17..1170279250fb90d79fd3437e974bc3f5705ade14 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 454e0aa76dd9bb1d8a12c31c0fd703d82f2e7b36..268bca42aa20c82c53c22dc2a7e81e49eba71ea4 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