]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/docview.cpp
wxEVT_COMMAND_TEXT_UPDATED events from wxComboCtrl's embedded wxTextCtrl kept confusi...
[wxWidgets.git] / src / common / docview.cpp
index 162a1755174e2c0c2a7eef88487244e7db2ccf1a..680ff2bde4d0b648ca71433520e5855770ac0d35 100644 (file)
@@ -425,7 +425,7 @@ bool wxDocument::Revert()
 #if WXWIN_COMPATIBILITY_2_8
 bool wxDocument::GetPrintableName(wxString& buf) const
 {
-    // this function can not only be overridden by the user code but also
+    // this function cannot only be overridden by the user code but also
     // called by it so we need to ensure that we return the same thing as
     // GetUserReadableName() but we can't call it because this would result in
     // an infinite recursion, hence we use the helper DoGetUserReadableName()