|
From: <bo...@us...> - 2008-07-01 06:19:51
|
Revision: 236
http://gearbox.svn.sourceforge.net/gearbox/?rev=236&view=rev
Author: borax00
Date: 2008-06-30 23:19:50 -0700 (Mon, 30 Jun 2008)
Log Message:
-----------
fixed typo in comment
Modified Paths:
--------------
gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserversystem.h
Modified: gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserversystem.h
===================================================================
--- gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserversystem.h 2008-07-01 06:12:43 UTC (rev 235)
+++ gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserversystem.h 2008-07-01 06:19:50 UTC (rev 236)
@@ -68,7 +68,7 @@
//! Puts OceanServerSystem data into a machine-readable ASCII string
std::string toLogString( const OceanServerSystem &system );
-//! Updates all fields in 'to' with data from 'from'. Also reapes batteries in 'to' if they are not in 'from'.
+//! Updates all fields in 'to' with data from 'from'. Also reaps batteries in 'to' if they are not in 'from'.
//! Has persistence capabilities: if fields in 'from' are not set and corresponding fields in 'to' are set, the ones in 'to' are kept.
//! Use case: a class stores 'to' as a member variable, receives the latest records into 'from', calls this function to update 'to'.
//! The reaping capability makes sure that battery modules which are no longer connected don't persist.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|