Revision: 7286
http://svn.sourceforge.net/mahogany/?rev=7286&view=rev
Author: vadz
Date: 2007-06-16 16:26:21 -0700 (Sat, 16 Jun 2007)
Log Message:
-----------
no changes, just typo fixes in comments
Modified Paths:
--------------
trunk/M/include/ConfigSource.h
Modified: trunk/M/include/ConfigSource.h
===================================================================
--- trunk/M/include/ConfigSource.h 2007-06-13 10:08:21 UTC (rev 7285)
+++ trunk/M/include/ConfigSource.h 2007-06-16 23:26:21 UTC (rev 7286)
@@ -177,11 +177,11 @@
We provide only methods for reading strings and longs, the caller must
check the range if a bool/char/short/int and not long is needed. Reading
- float/double directly is not supported, use strings instead if yuou
+ float/double directly is not supported, use strings instead if you
really need this.
Each method below returns true if the value was found and retrieved,
- false if it wasn't found or an error occured (such errors would usually
+ false if it wasn't found or an error occurred (such errors would usually
be ignored anyhow...).
*/
//@{
@@ -208,7 +208,7 @@
/**
@name Writing data.
- As above, onlky strings and longs are directly supported.
+ As above, only strings and longs are directly supported.
All Write() methods below return true if ok and false on error -- this
should be checked for and handled!
@@ -238,9 +238,9 @@
@name Enumerating entries and groups.
The enumeration methods work with an opaque cookie parameter which must
- be first passed to GetrFirstXXX() and then to GetNextXXX(). All methods
+ be first passed to GetFirstXXX() and then to GetNextXXX(). All methods
return true if the next group/entry was retrieved or false if there are
- no more of them or an error occured.
+ no more of them or an error occurred.
*/
//@{
@@ -322,7 +322,7 @@
protected:
- /// Constrructor is protected, you can only create derived classes
+ /// Constructor is protected, you can only create derived classes
ConfigSource(const String& name, const String& type)
: m_name(name.empty() ? String(_("Local")) : name.AfterLast(_T('/'))),
m_type(type)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates