]> source.dussan.org Git - tigervnc.git/commitdiff
Corrected spelling error in comment.
authorPeter Åstrand <astrand@cendio.se>
Tue, 15 Feb 2005 12:27:01 +0000 (12:27 +0000)
committerPeter Åstrand <astrand@cendio.se>
Tue, 15 Feb 2005 12:27:01 +0000 (12:27 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@187 3789f03b-4d11-0410-bbf8-ca57d06f2519

rfb/SMsgWriter.h

index 5c15867fb3c7f4aa5be34fd03003e96b781c9f3d..72bc10a47563211846bb44b3215dd540d4f3091d 100644 (file)
@@ -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