Bug 17609: Small typo in about.tt
authorHector Castro <hector.hecaxmmx@gmail.com>
Wed, 16 Nov 2016 16:05:09 +0000 (10:05 -0600)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 22 Nov 2016 17:44:31 +0000 (17:44 +0000)
Small typo whould => should
To avoid any misunderstanding you should not export the memcached config
from ENV in line 79

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt

index 251af5a..ddba5fd 100644 (file)
@@ -76,7 +76,7 @@
                         [% CASE 'ENV_only' %]
                             <span class="status_warn">ENV</span> Note that the right place to define the memcached config is in your $KOHA_CONF file
                         [% CASE 'both' %]
-                            <span class="status_warn">ENV and koha-conf.xml</span> Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you whould not export the memcached config from ENV.
+                            <span class="status_warn">ENV and koha-conf.xml</span> Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV.
                         [% CASE # nowhere %]
                             <span class="status_warn">Nowhere</span> Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined.
                     [% END %]