Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1756)

Unified Diff: dbus/message.h

Issue 2860963002: Spell success correctly. (Closed)
Patch Set: rebase, nits Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « courgette/courgette_flow.h ('k') | device/bluetooth/bluez/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/message.h
diff --git a/dbus/message.h b/dbus/message.h
index 256a8428c587b36f4fdb7c7ff287a4b07425b41b..f54cb7a65900f04995b82627a792345143c3e32b 100644
--- a/dbus/message.h
+++ b/dbus/message.h
@@ -334,8 +334,8 @@ class CHROME_DBUS_EXPORT MessageWriter {
// into an array of bytes before communication, since protocol buffers are not
// a native dbus type. On the receiving size the array of bytes needs to be
// read and deserialized into a protocol buffer of the correct type. There are
- // methods in MessageReader to assist in this. Return true on succes and fail
- // when serialization is not successful.
+ // methods in MessageReader to assist in this. Return true on success and
+ // false when serialization fails.
bool AppendProtoAsArrayOfBytes(const google::protobuf::MessageLite& protobuf);
// Appends the byte wrapped in a variant data container. Variants are
« no previous file with comments | « courgette/courgette_flow.h ('k') | device/bluetooth/bluez/bluetooth_adapter_bluez.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698