--- sourceforge.net/trunk/rdesktop/xwin.c 2006/01/24 12:24:40 1040 +++ sourceforge.net/trunk/rdesktop/xwin.c 2006/01/24 12:25:49 1041 @@ -802,7 +802,7 @@ #else REPEAT4 ( - /* Only read 3 bytes. Reading 4 bytes means reading beyound buffer. */ + /* Only read 3 bytes. Reading 4 bytes means reading beyond buffer. */ *((uint32 *) out) = *((uint16 *) data) + (*((uint8 *) data + 2) << 16); out += 4; data += 3;