summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/ibus/ibus_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/ibus/ibus_client.h')
-rw-r--r--chromeos/dbus/ibus/ibus_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/ibus/ibus_client.h b/chromeos/dbus/ibus/ibus_client.h
index 78502d5..fb671ad 100644
--- a/chromeos/dbus/ibus/ibus_client.h
+++ b/chromeos/dbus/ibus/ibus_client.h
@@ -64,7 +64,7 @@ class CHROMEOS_EXPORT IBusClient {
// Requests the ibus-daemon to exit daemon process. If |option| is
// RESTART_IBUS_DAEMON, ibus-daemon will be relaunched. If |option| is
// SHUT_DOWN_IBUS_DAEMON, ibus-daemon will not be relaunched. The
- // |error_callback| is called if an error occures.
+ // |error_callback| is called if an error occurs.
virtual void Exit(ExitOption option, const ErrorCallback& error_callback) = 0;
// Factory function, creates a new instance and returns ownership.