Correct the mistake in the comment.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@364 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/cview.cxx b/vncviewer/cview.cxx
index 7c25d05..993e02a 100644
--- a/vncviewer/cview.cxx
+++ b/vncviewer/cview.cxx
@@ -549,7 +549,7 @@
     {
       Point old_offset = bufferToClient(Point(0, 0));
 
-      // Reseze the child windows
+      // Resize the child windows
       RECT r;
       GetClientRect(getHandle(), &r);
       MoveWindow(getFrameHandle(), 0, 0, r.right, r.bottom, TRUE);