diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 18:02:43 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 18:02:43 +0000 |
commit | 829f0e4cf2794efb9cc3297d6ee1a2ceaf75250b (patch) | |
tree | 4d122b2b51b4487382c64df3685333e37ff1fdf4 /dbus/message.h | |
parent | 0f691fd6ffb0e98f298da4a5062f16216563778f (diff) | |
download | chromium_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/message.h')
-rw-r--r-- | dbus/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class Response : public Message { // 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(); |