X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/302674fe1712a4abfa00203f91d13cb977007c8c..b718a533ac2c8406a786369b4eaa1c84f0039188:/src/common/docview.cpp?ds=inline diff --git a/src/common/docview.cpp b/src/common/docview.cpp index 162a175517..680ff2bde4 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -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()