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/message.h b/dbus/message.h
index 0a692de..69fb53b 100644
--- a/dbus/message.h
+++ b/dbus/message.h
@@ -186,7 +186,7 @@
   // exported methods.
   static Response* FromMethodCall(MethodCall* method_call);
 
-  // Returns a newly creaed Response with an empty payload. The caller
+  // Returns a newly created Response with an empty payload. The caller
   // must delete the returned object. Useful for testing.
   static Response* CreateEmpty();