diff options
author | peter <peter@chromium.org> | 2015-05-27 08:56:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-27 15:57:48 +0000 |
commit | 22413355d403929a1390b24609d08918bb88b561 (patch) | |
tree | 1ff647c952c02a340b8a6f98d91759580b4e9044 /chromeos | |
parent | 815abbb4636c451398638d3d32d71e2925971098 (diff) | |
download | chromium_src-22413355d403929a1390b24609d08918bb88b561.zip chromium_src-22413355d403929a1390b24609d08918bb88b561.tar.gz chromium_src-22413355d403929a1390b24609d08918bb88b561.tar.bz2 |
s/Chroem/Chrome/ in the comment for --enable-printer-app-search.
A visitor of the command line list page on peter.sh found this typo,
so let's fix the comment in the source :-).
BUG=none
Review URL: https://codereview.chromium.org/1155163005
Cr-Commit-Position: refs/heads/master@{#331582}
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/chromeos_switches.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 1866c2a..648ddca 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -326,7 +326,7 @@ const char kDisableWebviewSigninFlow[] = "disable-webview-signin-flow"; // Enables searching for an app that supports a plugged in USB printer. When a // user plugs in USB printer, they are shown a notification offering to search -// Chroem Web Store for an app that has printerProvider permission and can +// Chrome Web Store for an app that has printerProvider permission and can // handle the plugged in printer. const char kEnablePrinterAppSearch[] = "enable-printer-app-search"; |