Corrected spelling error in comment.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@187 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/SMsgWriter.h b/rfb/SMsgWriter.h
index 5c15867..72bc10a 100644
--- a/rfb/SMsgWriter.h
+++ b/rfb/SMsgWriter.h
@@ -74,7 +74,7 @@
// but will write the relevant pseudo-rectangle as part of the next update.
virtual bool writeSetDesktopSize()=0;
- // Like setDestkopSize, we can't just write out a setCursor message
+ // Like setDesktopSize, we can't just write out a setCursor message
// immediately on a V3 writer. Instead of calling writeSetCursor()
// directly, you must call cursorChange(), and then invoke writeSetCursor()
// in response to the writeSetCursorCallback() callback. For a V3 writer