[tuxdroid-svn] r440 - daemon/trunk/libs
Status: Beta
Brought to you by:
ks156
From: neimad <c2m...@c2...> - 2007-06-24 14:56:07
|
Author: neimad Date: 2007-06-24 16:56:03 +0200 (Sun, 24 Jun 2007) New Revision: 440 Modified: daemon/trunk/libs/USBDaemon_command_tux.c Log: * English. Modified: daemon/trunk/libs/USBDaemon_command_tux.c =================================================================== --- daemon/trunk/libs/USBDaemon_command_tux.c 2007-06-24 13:04:05 UTC (rev 439) +++ daemon/trunk/libs/USBDaemon_command_tux.c 2007-06-24 14:56:03 UTC (rev 440) @@ -851,7 +851,7 @@ /** * Connect to the first tux discovered * - * Catch any disconnected tux, request it's ID and connect to it. + * Catch any disconnected tux, request its ID and connect to it. * * \return 0 if successful, -1 otherwise */ @@ -904,7 +904,7 @@ * Get the ID of the first disconnected tux which is discoverred * * The first disconnected tux that will detect this command will reply with - * it's ID and disconnect immediately. You can then connect to that tux with + * its ID and disconnect immediately. You can then connect to that tux with * the ID you just got. * * In order to get the ID's of more than one disconnected tux, you have to |