summaryrefslogtreecommitdiffstats
path: root/dbus/exported_object.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/exported_object.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/exported_object.cc')
-rw-r--r--dbus/exported_object.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/exported_object.cc b/dbus/exported_object.cc
index df536f5..8d36d15 100644
--- a/dbus/exported_object.cc
+++ b/dbus/exported_object.cc
@@ -170,7 +170,7 @@ bool ExportedObject::Register() {
this,
error.get());
if (!success) {
- LOG(ERROR) << "Failed to regiser the object: " << object_path_ << ": "
+ LOG(ERROR) << "Failed to register the object: " << object_path_ << ": "
<< (error.is_set() ? error.message() : "");
return false;
}
@@ -239,7 +239,7 @@ DBusHandlerResult ExportedObject::HandleMessage(
}
if (!response) {
- // Something bad happend in the method call.
+ // Something bad happened in the method call.
scoped_ptr<dbus::ErrorResponse> error_response(
ErrorResponse::FromMethodCall(method_call.get(),
DBUS_ERROR_FAILED,