diff options
-rw-r--r-- | chrome/common/OWNERS | 10 | ||||
-rw-r--r-- | chrome/common/spellcheck_result.h | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/chrome/common/OWNERS b/chrome/common/OWNERS index b8246d0..8be75c4 100644 --- a/chrome/common/OWNERS +++ b/chrome/common/OWNERS @@ -13,3 +13,13 @@ per-file *_messages.h=jln@chromium.org per-file *_messages.h=jschuh@chromium.org per-file *_messages.h=palmer@chromium.org per-file *_messages.h=tsepez@chromium.org + +# Spellcheck files. Not using spellcheck* since it covers IPC messages too. +per-file spellcheck_common.*=gbillock@chromium.org +per-file spellcheck_common.*=groby@chromium.org +per-file spellcheck_common.*=rlp@chromium.org +per-file spellcheck_common.*=rouslan@chromium.org +per-file spellcheck_result.h=gbillock@chromium.org +per-file spellcheck_result.h=groby@chromium.org +per-file spellcheck_result.h=rlp@chromium.org +per-file spellcheck_result.h=rouslan@chromium.org
\ No newline at end of file diff --git a/chrome/common/spellcheck_result.h b/chrome/common/spellcheck_result.h index 38b96ee..ab34410 100644 --- a/chrome/common/spellcheck_result.h +++ b/chrome/common/spellcheck_result.h @@ -12,7 +12,7 @@ // possible replacement of the misspelling if it is available. // // Although SpellCheckResult::Type defines various values Chromium -// only uses the |Spelling| type. otehr values are just reflecting the +// only uses the |Spelling| type. Other values are just reflecting the // enum definition in the original WebKit class. // struct SpellCheckResult { |