[Goodies-commits] r2076 - xfce4-dict-plugin/trunk/panel-plugin

Enrico Troeger enrico at xfce.org
Wed Sep 27 21:01:32 CEST 2006


Author: enrico
Date: 2006-09-27 19:01:30 +0000 (Wed, 27 Sep 2006)
New Revision: 2076

Modified:
   xfce4-dict-plugin/trunk/panel-plugin/dict.c
Log:
Fixed typo.


Modified: xfce4-dict-plugin/trunk/panel-plugin/dict.c
===================================================================
--- xfce4-dict-plugin/trunk/panel-plugin/dict.c	2006-09-26 15:29:23 UTC (rev 2075)
+++ xfce4-dict-plugin/trunk/panel-plugin/dict.c	2006-09-27 19:01:30 UTC (rev 2076)
@@ -494,7 +494,7 @@
 		return FALSE;
 	}
 
-	send_command(fd, "show datbases");
+	send_command(fd, "show databases");
 
 	// read all server output and hope the buffer is big enough (8KB should be enough)
 	if (! get_answer(fd, (gchar*) buffer))




More information about the Goodies-commits mailing list