From: Dana Jansens Date: Wed, 15 May 2002 21:16:14 +0000 (+0000) Subject: spelling error X-Git-Tag: openbox-1_2_1^2~86 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4f50d11704240ccfc4f96f48f906e12d59f8fdc2;p=dana%2Fopenbox.git spelling error --- 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.