diff options
author | Koosha KM <koosha.khajeh@gmail.com> | 2014-11-14 16:32:50 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-11-14 16:32:50 +0100 |
commit | 11c2093850773b1c39ebecec47c2a940f5105e70 (patch) | |
tree | 3fbe50f2b1b4d35379fe0f02ddcd1d6cef5ae5e3 /template/en/default | |
parent | e4da3e9bd67ce8c306157eb07ce5c36997af1696 (diff) | |
download | bugzilla-11c2093850773b1c39ebecec47c2a940f5105e70.tar.gz bugzilla-11c2093850773b1c39ebecec47c2a940f5105e70.tar.xz |
Bug 1098562: Fix a typo in admin/params/memcached.html.tmpl
r=dkl,a=glob
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/admin/params/memcached.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/params/memcached.html.tmpl b/template/en/default/admin/params/memcached.html.tmpl index 997376b49..50ec435fb 100644 --- a/template/en/default/admin/params/memcached.html.tmpl +++ b/template/en/default/admin/params/memcached.html.tmpl @@ -13,7 +13,7 @@ [% param_descs = { memcached_servers => "If this option is set, Bugzilla will integrate with Memcached. " _ - "Specify one of more server, separated by spaces, using hostname:port " _ + "Specify one or more servers, separated by spaces, using hostname:port " _ "notation (for example: 127.0.0.1:11211).", memcached_namespace => |