diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 22:38:34 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-30 22:38:34 +0000 |
commit | a59a8e0ba416724167265b4147aef6b44dcbc801 (patch) | |
tree | d116ed689695c5a801ceb8a6d17e4e2bb172450d /remoting/client/x11_client.cc | |
parent | 591766b91bc6482d9a7d5505cb848f6ff972b86b (diff) | |
download | chromium_src-a59a8e0ba416724167265b4147aef6b44dcbc801.zip chromium_src-a59a8e0ba416724167265b4147aef6b44dcbc801.tar.gz chromium_src-a59a8e0ba416724167265b4147aef6b44dcbc801.tar.bz2 |
Fixed up some comments while I was looking at these files.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2818037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/x11_client.cc')
-rw-r--r-- | remoting/client/x11_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/x11_client.cc b/remoting/client/x11_client.cc index 4b111e9..eeda70d 100644 --- a/remoting/client/x11_client.cc +++ b/remoting/client/x11_client.cc @@ -140,7 +140,7 @@ class X11Client : public HostConnection::HostEventCallback { // Saves the dimension and resize the window. width_ = msg->init_client().width(); height_ = msg->init_client().height(); - LOG(INFO) << "Init client receievd: " << width_ << "x" << height_; + LOG(INFO) << "Init client received: " << width_ << "x" << height_; XResizeWindow(display_, window_, width_, height_); // Now construct the X11View that renders the remote desktop. |