//FIXME: this causes us to print an extra unnecesary
// space at the end of the line. But it
// is invisible , simplifies the size calculation
- // and ensures tokens are seperated in the display
+ // and ensures tokens are separated in the display
tok += _T(" ");
dc.GetTextExtent(tok, &x, &y);