X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/664e13143ee51a6b1aa1c30d1401ac04b11bdcca..4ee4c7b948e76377a6947d3ffbe5099870d0c3e9:/interface/wx/scopedptr.h diff --git a/interface/wx/scopedptr.h b/interface/wx/scopedptr.h index 53d1eb4181..73a5bfd43d 100644 --- a/interface/wx/scopedptr.h +++ b/interface/wx/scopedptr.h @@ -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 - surprizing than the "destructive copy" behaviour of the standard class. + surprising than the "destructive copy" behaviour of the standard class. @b Example: