doc ping: [doc patch] Fix add-auto-load-safe-path typo

Message ID 20141130181403.GB30379@host2.jankratochvil.net
State New, archived
Headers

Commit Message

Jan Kratochvil Nov. 30, 2014, 6:14 p.m. UTC
  ping:
On Thu, 13 Nov 2014 16:21:46 +0100, Jan Kratochvil wrote:

Hi Eli,

only "to" is added there.


Jan
gdb/doc/
2014-11-13  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
	description typo.
  

Comments

Eli Zaretskii Nov. 30, 2014, 6:28 p.m. UTC | #1
> Date: Sun, 30 Nov 2014 19:14:03 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: Eli Zaretskii <eliz@gnu.org>
> 
> Hi Eli,
> 
> only "to" is added there.

That's an obvious change.

Thanks.
  
Jan Kratochvil Nov. 30, 2014, 7:23 p.m. UTC | #2
On Sun, 30 Nov 2014 19:28:13 +0100, Eli Zaretskii wrote:
> > only "to" is added there.
> 
> That's an obvious change.

Checked in:
	413b59aecb4ab6b8a552d3b93a9dd7e981ab3c10


Jan
  

Patch

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 15c2908..2d382ba 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -22562,9 +22564,9 @@  scripts.
 @anchor{add-auto-load-safe-path}
 @kindex add-auto-load-safe-path
 @item add-auto-load-safe-path
-Add an entry (or list of entries) the list of directories trusted for automatic
-loading and execution of scripts.  Multiple entries may be delimited by the
-host platform path separator in use.
+Add an entry (or list of entries) to the list of directories trusted for
+automatic loading and execution of scripts.  Multiple entries may be delimited
+by the host platform path separator in use.
 @end table
 
 This variable defaults to what @code{--with-auto-load-dir} has been configured