]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/archive.h
Use DESTDIR properly and fix change-install-names script. Closes #12461
[wxWidgets.git] / interface / wx / archive.h
index 12f6fcf494d84f45a0cb4ecc1b98057be36d3bce..55b4d819961b92ea7d394b9de1a03742a1887cac 100644 (file)
@@ -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;