Fix typo in GDB documentation.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 19 Jan 2010 10:31:51 +0000 (10:31 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 19 Jan 2010 10:31:51 +0000 (10:31 +0000)
        * gdb.texinfo (Command Files): Fix typo.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index a3d2266c0e153fb7cc2fbae0110a5dbb577954c6..15d30a8cd8e831cd54e74c06f38b4687bea684ea 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.texinfo (Command Files): Fix typo.
+
 2010-01-18  Tom Tromey  <tromey@redhat.com>
 
        * gdb.texinfo (File Options): Document -x on .py files.
index d37712b5dfe075c28856192fb746f79c009b3ca5..d716d0d07d447cf668ddf50f21d764bcc85ef5f8 100644 (file)
@@ -19164,7 +19164,7 @@ each command as it is executed.  The option must be given before
 
 If @var{filename} ends in @samp{.py}, then @value{GDBN} evaluates the
 contents of the file as Python code.  If Python support is not compiled
-in to @value{GDBN}, then the file is assumed to contain @value{GDBN}
+into @value{GDBN}, then the file is assumed to contain @value{GDBN}
 commands, regardless of its extension.
 
 Commands that would ask for confirmation if used interactively proceed
This page took 0.046163 seconds and 4 git commands to generate.