[Gpredict-svn] SF.net SVN: gpredict:[223] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-04-04 22:19:07
|
Revision: 223
http://gpredict.svn.sourceforge.net/gpredict/?rev=223&view=rev
Author: csete
Date: 2009-04-04 22:19:03 +0000 (Sat, 04 Apr 2009)
Log Message:
-----------
Fixed another typo...
Modified Paths:
--------------
trunk/src/trsp-conf.c
trunk/src/trsp-conf.h
Modified: trunk/src/trsp-conf.c
===================================================================
--- trunk/src/trsp-conf.c 2009-04-03 21:03:23 UTC (rev 222)
+++ trunk/src/trsp-conf.c 2009-04-04 22:19:03 UTC (rev 223)
@@ -44,7 +44,7 @@
* \param catnum The catalog number of the satellite to read transponders for.
* \return The new transponder list.
*/
-GSList *read_tranponders (guint catnum)
+GSList *read_transponders (guint catnum)
{
GSList *trsplist = NULL;
trsp_t *trsp;
Modified: trunk/src/trsp-conf.h
===================================================================
--- trunk/src/trsp-conf.h 2009-04-03 21:03:23 UTC (rev 222)
+++ trunk/src/trsp-conf.h 2009-04-04 22:19:03 UTC (rev 223)
@@ -44,7 +44,7 @@
/* The actual data would then be a singly linked list with pointers to transponder_t structures */
-GSList *read_tranponders (guint catnum);
+GSList *read_transponders (guint catnum);
void write_transponders (guint catnum, GSList *trsplist);
void free_transponders (GSList *trsplist);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|