--- deliantra/server/include/util.h 2008/12/23 01:51:28 1.80 +++ deliantra/server/include/util.h 2008/12/26 10:36:42 1.81 @@ -74,7 +74,7 @@ // use C0X decltype for auto declarations until ISO C++ sanctifies them (if ever) #define auto(var,expr) decltype(expr) var = (expr) -// very ugly macro that basicaly declares and initialises a variable +// very ugly macro that basically declares and initialises a variable // that is in scope for the next statement only // works only for stuff that can be assigned 0 and converts to false // (note: works great for pointers)