summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0d0b40de..f155b740 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@ Goals for future releases of Openbox (THIS CAN AND WILL CHANGE):
2.0:
* rewrite of the window manager. complete class reorganization and cleanup.
Separate X class layer (XDisplay/XScreen/XWindow/etc) which does all
- interation with the X server.
+ interaction with the X server.
* using std::string instead of char *'s. bool instead of Bool. proper consting
everywhere where appropriate. unsigned ints where appropriate. etc.