| Index: chrome/browser/ime_input.h
|
| diff --git a/chrome/browser/ime_input.h b/chrome/browser/ime_input.h
|
| index 2f1d1b96f4f3da86c3bc5caa8e3305b8bb041d90..b26c277e275a5bc3424cc3c6456df9b776e8c2c4 100644
|
| --- a/chrome/browser/ime_input.h
|
| +++ b/chrome/browser/ime_input.h
|
| @@ -93,7 +93,7 @@ class ImeInput {
|
| ImeInput();
|
| ~ImeInput();
|
|
|
| - // Retrieves whether or not there is an ongiong composition.
|
| + // Retrieves whether or not there is an ongoing composition.
|
| bool is_composing() const { return is_composing_; }
|
|
|
| // Retrieves the input language from Windows and update it.
|
|
|