[Gpredict-svn] SF.net SVN: gpredict:[213] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-03-22 11:48:40
|
Revision: 213
http://gpredict.svn.sourceforge.net/gpredict/?rev=213&view=rev
Author: csete
Date: 2009-03-22 11:48:22 +0000 (Sun, 22 Mar 2009)
Log Message:
-----------
Fixed a few spelling errors.
Modified Paths:
--------------
trunk/src/gtk-rig-ctrl.c
trunk/src/gtk-sat-module-popup.c
Modified: trunk/src/gtk-rig-ctrl.c
===================================================================
--- trunk/src/gtk-rig-ctrl.c 2009-03-22 11:46:57 UTC (rev 212)
+++ trunk/src/gtk-rig-ctrl.c 2009-03-22 11:48:22 UTC (rev 213)
@@ -1082,12 +1082,12 @@
size = read (sock, buff, 127);
if (size == 0) {
sat_log_log (SAT_LOG_LEVEL_ERROR,
- _("%s:%s: Got 0 bytes from rotctld"),
+ _("%s:%s: Got 0 bytes from rigctld"),
__FILE__, __FUNCTION__);
}
else {
sat_log_log (SAT_LOG_LEVEL_DEBUG,
- _("%s:%s: Read %d bytes from rotctld"),
+ _("%s:%s: Read %d bytes from rigctld"),
__FILE__, __FUNCTION__, size);
buff[size] = 0;
Modified: trunk/src/gtk-sat-module-popup.c
===================================================================
--- trunk/src/gtk-sat-module-popup.c 2009-03-22 11:46:57 UTC (rev 212)
+++ trunk/src/gtk-sat-module-popup.c 2009-03-22 11:48:22 UTC (rev 213)
@@ -886,7 +886,7 @@
module->rigctrl = gtk_rig_ctrl_new (module);
if (module->rigctrl == NULL) {
- /* gtk_rot_ctrl_new returned NULL becasue no rotators are configured */
+ /* gtk_rot_ctrl_new returned NULL becasue no radios are configured */
GtkWidget *dialog;
dialog = gtk_message_dialog_new (GTK_WINDOW (app),
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|