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
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 @@
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 @@
}
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,