diff options
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(); |