diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2007-08-31 21:14:45 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2007-08-31 21:14:45 +0000 |
commit | fe0db841ffca2b8cd8d72702097e8dd5cfd2c98d (patch) | |
tree | 3e6a5b5954a1f7d5d90d751bc31078d08c52e039 /common/rfb/SMsgWriter.h | |
parent | 1a845d0a692b49ddf0dad0e8f61983bc45495854 (diff) | |
download | tigervnc-fe0db841ffca2b8cd8d72702097e8dd5cfd2c98d.tar.gz tigervnc-fe0db841ffca2b8cd8d72702097e8dd5cfd2c98d.zip |
A typo fixed in a comment.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2328 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SMsgWriter.h')
-rw-r--r-- | common/rfb/SMsgWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SMsgWriter.h b/common/rfb/SMsgWriter.h index d4c5bf82..17e3481f 100644 --- a/common/rfb/SMsgWriter.h +++ b/common/rfb/SMsgWriter.h @@ -95,7 +95,7 @@ namespace rfb { // pseudo-rectangles for setDesktopSize and setCursor added to it, and so // may invoke writeSetCursorCallback(). // - // FIXME: This functions is not used because it incorrectly computes + // FIXME: This function is not used because it incorrectly computes // the number of rectangles if the Tight encoder is used. /* virtual void writeFramebufferUpdate(const UpdateInfo& ui, ImageGetter* ig, |