summaryrefslogtreecommitdiffstats
path: root/dbus/object_proxy.cc
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-31 18:02:43 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-31 18:02:43 +0000
commit829f0e4cf2794efb9cc3297d6ee1a2ceaf75250b (patch)
tree4d122b2b51b4487382c64df3685333e37ff1fdf4 /dbus/object_proxy.cc
parent0f691fd6ffb0e98f298da4a5062f16216563778f (diff)
downloadchromium_src-829f0e4cf2794efb9cc3297d6ee1a2ceaf75250b.zip
chromium_src-829f0e4cf2794efb9cc3297d6ee1a2ceaf75250b.tar.gz
chromium_src-829f0e4cf2794efb9cc3297d6ee1a2ceaf75250b.tar.bz2
Fix typos in the D-Bus library.
Just wanted to remove the blank line in bus.h, but fixed typos along the way. BUG=chromium:90036 TEST=dbus_unittests Review URL: http://codereview.chromium.org/7792049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus/object_proxy.cc')
-rw-r--r--dbus/object_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/object_proxy.cc b/dbus/object_proxy.cc
index 7452b1d..fdb7b27 100644
--- a/dbus/object_proxy.cc
+++ b/dbus/object_proxy.cc
@@ -218,7 +218,7 @@ void ObjectProxy::RunResponseCallback(ResponseCallback response_callback,
// This will take |response_message| and release (unref) it.
scoped_ptr<dbus::Response> response(
dbus::Response::FromRawMessage(response_message));
- // The response is successfuly received.
+ // The response is successfully received.
response_callback.Run(response.get());
}
}