summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-06 16:31:03 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-06 16:31:03 +0000
commit75d2456a90b4cffed0a0c99bd0444087e8c7c252 (patch)
tree5f74a6de1d65a0f5685c7e5b523499677febd21e /chrome/common/render_messages.h
parentbc52461f54a6a40b74991e4bc77cd0c97e916617 (diff)
downloadchromium_src-75d2456a90b4cffed0a0c99bd0444087e8c7c252.zip
chromium_src-75d2456a90b4cffed0a0c99bd0444087e8c7c252.tar.gz
chromium_src-75d2456a90b4cffed0a0c99bd0444087e8c7c252.tar.bz2
Spelling correction: s/nonexistant/nonexistent. And trigger buildbots.
TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/2630003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages.h')
-rw-r--r--chrome/common/render_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 0d9422b..050aae8 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -704,7 +704,7 @@ struct ViewHostMsg_RunFileChooser_Params {
// Like Open, but allows picking multiple files to open.
OpenMultiple,
- // Allows picking a nonexistant file, and prompts to overwrite if the file
+ // Allows picking a nonexistent file, and prompts to overwrite if the file
// already exists.
Save,
};