diff options
Diffstat (limited to 'chromeos/dbus/ibus/ibus_component.h')
-rw-r--r-- | chromeos/dbus/ibus/ibus_component.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/dbus/ibus/ibus_component.h b/chromeos/dbus/ibus/ibus_component.h index 4bbd1cc4..ec1dc0c 100644 --- a/chromeos/dbus/ibus/ibus_component.h +++ b/chromeos/dbus/ibus/ibus_component.h @@ -40,7 +40,7 @@ namespace ibus { // uint32 0 // The engine rank. (not in use). // string "" // The hotkey to switch IME.(not in use) // string "" // The symbol character of this engine (not in use). -// string "" // The command line to execute this engine (not inuse). +// string "" // The command line to execute this engine (not in use). // } // // IBusComponent: (signature is "ssssssssavav") @@ -78,7 +78,7 @@ namespace ibus { class IBusComponent; // Pops a IBusComponent from |reader|. -// Returns false if an error occures. +// Returns false if an error occurs. bool CHROMEOS_EXPORT PopIBusComponent(dbus::MessageReader* reader, IBusComponent* ibus_component); |