diff options
author | jkummerow@chromium.org <jkummerow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 16:59:07 +0000 |
---|---|---|
committer | jkummerow@chromium.org <jkummerow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 16:59:07 +0000 |
commit | 4b3c76b338c118cb8143f184dcece635a4b87f12 (patch) | |
tree | dc1ef5d198042900c4625f7e5349756463df1cb8 /chrome/app/policy/policy_templates.json | |
parent | 789404d21b2df2a3b5135d922219883881de5f9c (diff) | |
download | chromium_src-4b3c76b338c118cb8143f184dcece635a4b87f12.zip chromium_src-4b3c76b338c118cb8143f184dcece635a4b87f12.tar.gz chromium_src-4b3c76b338c118cb8143f184dcece635a4b87f12.tar.bz2 |
Fix typo in DisableCNAMELookup policy description
BUG=66869
TEST=None
Review URL: http://codereview.chromium.org/6274013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy/policy_templates.json')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index bc4d628..291fb8d 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -516,7 +516,7 @@ If you enable this setting, CNAME lookup will be skipped and the server name will be used as entered. - If you enable this setting, the canonical name of the server will be determined via CNAME lookup.''', + If you disable this setting, the canonical name of the server will be determined via CNAME lookup.''', }, { 'name': 'EnableAuthNegotiatePort', |