From: george82 Date: Sun, 30 Oct 2005 16:05:55 +0000 (+0000) Subject: Correct the mistake in the comment. X-Git-Tag: v0.0.90~384^2~471 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af20f423b30143022b4f794e4bd15bf37f1c0048;p=tigervnc.git 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 7c25d05d..993e02ae 100644 --- a/vncviewer/cview.cxx +++ b/vncviewer/cview.cxx @@ -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);