diff options
Diffstat (limited to 'chromeos/dbus/ibus/ibus_property.cc')
-rw-r--r-- | chromeos/dbus/ibus/ibus_property.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/ibus/ibus_property.cc b/chromeos/dbus/ibus/ibus_property.cc index c4147f6..5bbde66 100644 --- a/chromeos/dbus/ibus/ibus_property.cc +++ b/chromeos/dbus/ibus/ibus_property.cc @@ -65,7 +65,7 @@ bool CHROMEOS_EXPORT PopIBusProperty(dbus::MessageReader* reader, } property->set_tooltip(tooltip); - // The 6th bool argument represents whther the property is event sensitive or + // The 6th bool argument represents whether the property is event sensitive or // not, but not supported in Chrome OS. bool sensitive = true; if (!ibus_property_reader.PopBool(&sensitive)) { |