summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-06-30 07:18:21 +0200
committerlpsolit%gmail.com <>2005-06-30 07:18:21 +0200
commit9aec4963770e233c59ecd5f211f12c0fd6b23b3b (patch)
tree2b121c97ba7ca6366acc569f5ce4ba1308af5d1c /defparams.pl
parentde1f3fe949ff898bb9c26994be8e7a56968e3a9a (diff)
downloadbugzilla-9aec4963770e233c59ecd5f211f12c0fd6b23b3b.tar.gz
bugzilla-9aec4963770e233c59ecd5f211f12c0fd6b23b3b.tar.xz
Bug 298826: Fixes some spelling errors - Patch by Frank Wein <bugzilla@mcsmurf.de> r=timeless a=myk
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/defparams.pl b/defparams.pl
index 47edf8a1a..5b26ef4f9 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -607,7 +607,7 @@ sub find_languages {
<dl>
<dt>DB</dt>
<dd>
- Bugzilla\'s builtin authentication. This is the most common
+ Bugzilla\'s built-in authentication. This is the most common
choice.
</dd>
<dt>LDAP</dt>
@@ -736,7 +736,7 @@ To use the wonders of Bugzilla, you can use the following:
name => 'newchangedmail',
desc => 'The email that gets sent to people when a bug changes. Within ' .
'this text, %to% gets replaced with the e-mail address of the ' .
- 'person recieving the mail. %bugid% gets replaced by the bug ' .
+ 'person receiving the mail. %bugid% gets replaced by the bug ' .
'number. %diffs% gets replaced with what\'s changed. ' .
'%neworchanged% is "New:" if this mail is reporting a new bug or ' .
'empty if changes were made to an existing one. %summary% gets ' .
@@ -966,7 +966,7 @@ You will get this message once a day until you\'ve dealt with these bugs!
package</a> will generate the graphs remotely.</li>
<li>A blank value will disable dependency graphing.</li>
</ul>
- The default value is a publically-accessible webdot server. If you change
+ The default value is a publicly-accessible webdot server. If you change
this value, make certain that the webdot server can read files from your
webdot directory. On Apache you do this by editing the .htaccess file,
for other systems the needed measures may vary. You can run checksetup.pl
@@ -989,7 +989,7 @@ You will get this message once a day until you\'ve dealt with these bugs!
{
name => 'emailregexpdesc',
- desc => 'This describes in english words what kinds of legal addresses ' .
+ desc => 'This describes in English words what kinds of legal addresses ' .
'are allowed by the <tt>emailregexp</tt> param.',
type => 'l',
default => 'A legal address must contain exactly one \'@\', and at least ' .
@@ -1028,7 +1028,7 @@ You will get this message once a day until you\'ve dealt with these bugs!
'why the vote(s) were removed. %votesremoved%, %votesold% and ' .
'%votesnew% is the number of votes removed, before and after ' .
'respectively. %votesremovedtext%, %votesoldtext% and ' .
- '%votesnewtext% are these as sentences, eg "You had 2 votes on ' .
+ '%votesnewtext% are these as sentences, e.g. "You had 2 votes on ' .
'this bug." %count% is also supported for backwards ' .
'compatibility. %<i>anythingelse</i>% gets replaced by the ' .
'definition of that parameter (as defined on this page).',