* gdb.texinfo: Fix spelling, infinte -> infinite.
+2005-01-17 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.texinfo: Fix spelling, infinte -> infinite.
+
2005-01-08 Mark Kettenis <kettenis@gnu.org>
* observer.texi (GDB Observers): Document "solib_loaded".
pre-execution hooks, for the same command.
It is valid for a hook to call the command which it hooks. If this
-occurs, the hook is not re-executed, thereby avoiding infinte recursion.
+occurs, the hook is not re-executed, thereby avoiding infinite recursion.
@c It would be nice if hookpost could be passed a parameter indicating
@c if the command it hooks executed properly or not. FIXME!