Fixing some typos, including, I believe, Bug 2174 ("spelling error in web installer")

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Owen Leonard 2008-05-29 09:59:35 -05:00 committed by Joshua Ferraro
parent fddba9685c
commit c4072c8fe9
2 changed files with 6 additions and 6 deletions

View file

@ -94,7 +94,7 @@ sub getFrameworkLanguages {
Returns a reference to an array of hashes:
my $languages = getTranslatedLanguages();
print "Available translated langauges:\n";
print "Available translated languages:\n";
for my $language(@$trlanguages) {
print "$language->{language_code}\n"; # language code in iso 639-2
print "$language->{language_name}\n"; # language name in native script
@ -161,7 +161,7 @@ sub getTranslatedLanguages {
Returns a reference to an array of hashes:
my $alllanguages = getAllLanguages();
print "Available translated langauges:\n";
print "Available translated languages:\n";
for my $language(@$alllanguages) {
print "$language->{language_code}\n";
print "$language->{language_name}\n";

View file

@ -181,7 +181,7 @@
</ul>
<!--/TMPL_LOOP-->
<h2>Choose indexing engine</h2>
<p>Searching Koha's bibliographic and authorities databases can be acomplished in two ways:
<p>Searching Koha's bibliographic and authorities databases can be accomplished in two ways:
Koha can utilize a textual index engine (Zebra) or use its own internal indexing scheme (NoZebra).
</p>
<p>You can change your selection after installation and re-index accordingly.</p>
@ -192,7 +192,7 @@
http://catalog.ccfls.org/cgi-bin/koha/opac-main.pl or
http://www.mediathequeouestprovence.fr/)
</li>
<li>Native support for Z39.50 and SRU servers for bibliographic and authoritiy data</li>
<li>Native support for Z39.50 and SRU servers for bibliographic and authority data</li>
<li>Support for field-weighting, relevance ranking, truncation, stemming</li>
<li>Arbitrarily complex queries</li>
<li>Can be complex to configure and maintain</li>
@ -228,7 +228,7 @@
<!--TMPL_IF Name="importdatastructure"-->
<!--TMPL_IF Name="error"-->
<p>The following error occcurred while importing the database structure:</p>
<p>The following error occurred while importing the database structure:</p>
<p class="error"><!-- TMPL_VAR NAME="error" --> </p>
<p>Please contact your system administrator</p>
<!-- TMPL_ELSE -->
@ -279,7 +279,7 @@
<!--TMPL_ELSE-->
<p>Everything went OK, update done.</p>
<!--/TMPL_IF-->
<a href="install.pl?step=3&amp;op=finished" class="button">Continue to login to Koha</a>
<a href="install.pl?step=3&amp;op=finished" class="button">Continue to log in to Koha</a>
</div>
<!--/TMPL_IF-->