SF.net SVN: geany-plugins:[191] trunk/geanydebug/src/gdb-io-run.c

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Sep 30 21:02:16 UTC 2008


Revision: 191
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=191&view=rev
Author:   eht16
Date:     2008-09-30 21:02:08 +0000 (Tue, 30 Sep 2008)

Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    trunk/geanydebug/src/gdb-io-run.c

Modified: trunk/geanydebug/src/gdb-io-run.c
===================================================================
--- trunk/geanydebug/src/gdb-io-run.c	2008-09-29 21:41:21 UTC (rev 190)
+++ trunk/geanydebug/src/gdb-io-run.c	2008-09-30 21:02:08 UTC (rev 191)
@@ -346,7 +346,7 @@
 		while (ms <= 10000);
 		if (ms > 10000)
 		{
-			gdbio_error_func("Timeout waitng for TTY name.\n");
+			gdbio_error_func("Timeout waiting for TTY name.\n");
 			kill_xterm();
 		}
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list