diff options
author | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-29 17:33:48 +0000 |
---|---|---|
committer | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-29 17:33:48 +0000 |
commit | 41314457279190664076d06b57c69d0facbdba98 (patch) | |
tree | eec5c6d3d4d3b035df4e5b88af3b1576089ac07f /remoting | |
parent | 7bf58786d3abdc7c7d1da258a29a55d729a99fdd (diff) | |
download | chromium_src-41314457279190664076d06b57c69d0facbdba98.zip chromium_src-41314457279190664076d06b57c69d0facbdba98.tar.gz chromium_src-41314457279190664076d06b57c69d0facbdba98.tar.bz2 |
Fix typo in remoting.gyp
BUG=none
TEST=rebuilt chromoting proj files
Review URL: http://codereview.chromium.org/2832033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 341f10d..fd37683 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -146,7 +146,7 @@ 'host/chromoting_host.cc', 'host/chromoting_host.h', 'host/chromoting_host_context.cc', - 'host/chromoting_hsot_context.h', + 'host/chromoting_host_context.h', 'host/client_connection.cc', 'host/client_connection.h', 'host/differ.h', |