]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/mfutils.cpp
Fixed delete
[wxWidgets.git] / contrib / src / ogl / mfutils.cpp
index 046a2164fd70af8356f81ed7aa1acbc450e514e2..e5fbccd33afd7b174fe1a30599933f24a2412d4e 100644 (file)
@@ -111,7 +111,7 @@ wxXMetaFile::wxXMetaFile(const wxChar *file)
   [3]             | -> wxPen
 
  The handle table works as follows.
- When a GDI object is created whilst reading in the
+ When a GDI object is created while reading in the
  metafile, the (e.g.) createpen record is added to the
  first free entry in the handle table. The createpen
  record's param1 is a pointer to the actual wxPen, and