spelling error
authorDana Jansens <danakj@orodu.net>
Wed, 15 May 2002 21:16:14 +0000 (21:16 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 15 May 2002 21:16:14 +0000 (21:16 +0000)
TODO

diff --git a/TODO b/TODO
index 0d0b40d..f155b74 100644 (file)
--- 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.