]> source.dussan.org Git - tigervnc.git/commitdiff
Correct the mistake in the comment.
authorgeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Sun, 30 Oct 2005 16:05:55 +0000 (16:05 +0000)
committergeorge82 <george82@3789f03b-4d11-0410-bbf8-ca57d06f2519>
Sun, 30 Oct 2005 16:05:55 +0000 (16:05 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@364 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/cview.cxx

index 7c25d05d9e7305cde92287e45b3b7d001da0ad97..993e02aee51e9be3d75ab4d91d123d4f55f61cef 100644 (file)
@@ -549,7 +549,7 @@ CView::processMessage(UINT msg, WPARAM wParam, LPARAM lParam) {
     {
       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);