From: Peter Åstrand Date: Tue, 15 Feb 2005 12:27:01 +0000 (+0000) Subject: Corrected spelling error in comment. X-Git-Tag: v0.0.90~384^2~648 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5d8e530cb11389fb1e775bb4eea0f79813c33e56;p=tigervnc.git 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 5c15867f..72bc10a4 100644 --- a/rfb/SMsgWriter.h +++ b/rfb/SMsgWriter.h @@ -74,7 +74,7 @@ namespace rfb { // 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