]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props.cxx
Frederic Bouvier:
[simgear.git] / simgear / props / props.cxx
index deb1f22bdba010061af14629f6596037df349cdb..60a19aa41f51892d6432536c4e1d66c722eb7695 100644 (file)
@@ -31,7 +31,7 @@ SG_USING_STD(find);
 SG_USING_STD(vector);
 
 #if ( _MSC_VER == 1200 )
-// MSVC 6 is buggy, and needs something strange here
+// MSVC 6 is buggy, and needs something strange here
 SG_USING_STD(vector<SGPropertyNode_ptr>);
 SG_USING_STD(vector<SGPropertyChangeListener *>);
 SG_USING_STD(vector<SGPropertyNode *>);