X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..15fa4de377053c3c38f62593b2df941c217ea34b:/interface/wx/archive.h diff --git a/interface/wx/archive.h b/interface/wx/archive.h index 12f6fcf494..55b4d81996 100644 --- a/interface/wx/archive.h +++ b/interface/wx/archive.h @@ -170,7 +170,7 @@ public: For generic programming, when the worst case must be assumed, you can rely on all the fields of wxArchiveEntry being fully populated when - wxArchiveInputStream::GetNextEntry() returns, with the the following exceptions: + wxArchiveInputStream::GetNextEntry() returns, with the following exceptions: @li GetSize(): guaranteed to be available after the entry has been read to Eof(), or CloseEntry() has been called;