]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/scopedptr.h
Fixed typo in documentation string
[wxWidgets.git] / interface / wx / scopedptr.h
index 53d1eb41819fd01a35b544efbdf79e095c440f86..73a5bfd43dee97dc4832f93dccc815c08300ca56 100644 (file)
@@ -20,7 +20,7 @@
     deleted when the smart pointer goes out of scope. This class is different from
     the @c std::auto_ptr<> in so far as it doesn't provide copy constructor
     nor assignment operator. This limits what you can do with it but is much less
     deleted when the smart pointer goes out of scope. This class is different from
     the @c std::auto_ptr<> in so far as it doesn't provide copy constructor
     nor assignment operator. This limits what you can do with it but is much less
-    surprizing than the "destructive copy" behaviour of the standard class.
+    surprising than the "destructive copy" behaviour of the standard class.
 
     @b Example:
 
 
     @b Example: