From 7ffc7b0438fce2399e9e4c9652cc33cfa95e609e Mon Sep 17 00:00:00 2001
From: Jordi Mallach <jordi@gnu.org>
Date: Thu, 24 Jul 2014 16:11:20 +0000
Subject: [PATCH] * doc/texinfo/nano.texi, doc/man/nanorc.5: Typo fix.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5078 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog             | 3 +++
 doc/man/nanorc.5      | 2 +-
 doc/texinfo/nano.texi | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index da0941f6..b6ec5f41 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 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
-- 
GitLab