From 50426ba20c18a8e9d828d85082cd231c0cf016cb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 16 Apr 2014 03:02:27 +0000 Subject: [PATCH] typos git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- TODO.txt | 2 +- buildtools/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 873760de..f0cf18ed 100644 --- a/TODO.txt +++ b/TODO.txt @@ -127,7 +127,7 @@ other dev stuff * Add _propdlg module - * Add _aui module ?? (or go with only agw aui) + * Add _aui module ?? (or go with only agw aui?) * Add _ribbon module diff --git a/buildtools/version.py b/buildtools/version.py index f7a52208..ee7ba80d 100644 --- a/buildtools/version.py +++ b/buildtools/version.py @@ -24,7 +24,7 @@ VER_FLAGS = "" # wxPython release flags # # "-1" for numbered post releases, such as when there are # additional wxPython releases for the same wxWidgets -# release. TDB: use - or .post or ? +# release. TBD: use - or .post or ? # # ".dev12345" for daily snapshot builds, by default this is automatically # pulled from the REV.txt file made by the setrev command,