]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/isosurf/isosurf.cpp
Fix warning about hiding a virtual function in propgrid sample.
[wxWidgets.git] / samples / opengl / isosurf / isosurf.cpp
index a2ea654f916d98f1d7f5fcec5c4d304480a224d1..2138a85c26f80b3813e17cb4bc12efa3ce1b673b 100644 (file)
@@ -210,7 +210,7 @@ void TestGLCanvas::LoadSurface(const wxString& filename)
 
     {
         // we suppose to have in input a text file containing floating numbers
-        // space/newline-separed... first 3 numbers are the coordinates of a
+        // space/newline-separated... first 3 numbers are the coordinates of a
         // vertex and the following 3 are the relative vertex normal and so on...
 
         wxTextInputStream inFile(*stream);