[commit] r1833 - trunk/GME/Mga
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Feb 14 16:25:45 CST 2012
Author: ksmyth
Date: Tue Feb 14 16:25:45 2012
New Revision: 1833
Log:
Typos
Modified:
trunk/GME/Mga/MgaCoreObj.h
Modified: trunk/GME/Mga/MgaCoreObj.h
==============================================================================
--- trunk/GME/Mga/MgaCoreObj.h Tue Feb 14 16:25:34 2012 (r1832)
+++ trunk/GME/Mga/MgaCoreObj.h Tue Feb 14 16:25:45 2012 (r1833)
@@ -129,7 +129,7 @@
// ----------------------------------------
// CoreAttribute: Represents an attribute within a coreobject
-// This is intended to be used as a short-livewd object (des not store references)
+// This is intended to be used as a short-lived object (does not store references)
// ----------------------------------------
class CoreAttr {
attrid_type i;
@@ -157,7 +157,7 @@
};
operator CComBSTR() const {
- CComBSTR v; // It vill be optimized by the compiler!!!!
+ CComBSTR v; // It will be optimized by the compiler!!!!
CComVariant k;
COMTHROW(p->get_AttributeValue(i,&k));
ASSERT(k.vt == VT_BSTR);
More information about the gme-commit
mailing list