]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct typo in wxDocument::OnSaveModified() description.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Oct 2009 14:44:13 +0000 (14:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Oct 2009 14:44:13 +0000 (14:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/docview.h

index f27dc3ef4e85ad46cf987e7b3a06e30203a5eed6..7996ea6afbad1b15b86b2c167d3d142d6025f50f 100644 (file)
@@ -1268,7 +1268,7 @@ public:
 
     /**
         If the document has been modified, prompts the user to ask if the
-        changes should be changed. If the user replies Yes, the Save() function
+        changes should be saved. If the user replies Yes, the Save() function
         is called. If No, the document is marked as unmodified and the function
         succeeds. If Cancel, the function fails.
     */