From 320d2aa13e79d2d3ef938bf9f12b3c931a8bb3f7 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Sat, 26 Nov 2005 03:47:37 +0000 Subject: Bug 106386 Correct misspellings in source code patch by unknown@simplemachines.org r=timeless rs=brendan --- contrib/README.Mailif | 2 +- contrib/bug_email.pl | 10 +++++----- contrib/bugmail_help.html | 16 ++++++++-------- contrib/gnatsparse/gnatsparse.py | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) (limited to 'contrib') diff --git a/contrib/README.Mailif b/contrib/README.Mailif index 8b6604438..0c65cef83 100644 --- a/contrib/README.Mailif +++ b/contrib/README.Mailif @@ -54,7 +54,7 @@ Search the script after 'default' - you find some default-Settings for bug reports, which are used, if the sender did not send a field for it. The defaults should be checked and changed. -Thats hopefully all, we will come up with any configuration file or something. +That's hopefully all, we will come up with any configuration file or something. If your mail works, your script will insert mails from now on. diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 98b8d157e..6844fa279 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -38,7 +38,7 @@ # # You need to work with bug_email.pl the MIME::Parser installed. # -# $Id: bug_email.pl,v 1.29 2005/08/26 23:11:32 bugreport%peshkin.net Exp $ +# $Id: bug_email.pl,v 1.30 2005/11/25 19:47:38 timeless%mozdev.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -193,7 +193,7 @@ sub horLine( ) # Check if $Name is in $GroupName # This is no more CreateBugs group, so I'm using this routine to just determine if the user is -# in the database. Eventually, here should be a seperate routine or renamed, or something (SML) +# in the database. Eventually, here should be a separate routine or renamed, or something (SML) sub CheckPermissions { my ($GroupName, $Name) = @_; @@ -451,7 +451,7 @@ sub FetchAllSQLData( ) # 0 - Its an error, but bugzilla can process the bug. The user should # handle that as a warning. # -# 1 - Its a real bug. Bugzilla cant store the bug. The mail has to be +# 1 - It's a real bug. Bugzilla can't store the bug. The mail has to be # resent. # # 2 - Permission error: The user does not have the permission to send @@ -465,7 +465,7 @@ sub BugMailError($ $ ) { my ( $errflag, $text ) = @_; - # On permission error, dont sent all other Errors back -> just quit ! + # On permission error, don't sent all other Errors back -> just quit ! if( $errflag == 2 ) { # Permission-Error Reply( $SenderShort, $Message_ID, "Bugzilla Error", "Permission denied.\n\n" . "You do not have the permissions to create a new bug. Sorry.\n" ); @@ -677,7 +677,7 @@ sub extractControls( $ ) } } - # thats it. + # that's it. return( $backbody ); } diff --git a/contrib/bugmail_help.html b/contrib/bugmail_help.html index a2f89f260..1b43cd2b5 100644 --- a/contrib/bugmail_help.html +++ b/contrib/bugmail_help.html @@ -39,7 +39,7 @@ You receive a reply mail with the new bug-ID if your request was ok. If not, you get a mail with some help on the bugmail system and a specific analysis of your request.

-Please dont refuse to send one or two wrong mails, you will get all the information +Please don't refuse to send one or two wrong mails, you will get all the information you need in the replies, and only in the mail replies. The information on this page, concerning available products, versions and so on, is not dynamicly generated and may be old therefore. @@ -91,23 +91,23 @@ hopefully valid value. @rep_platform The desired platform - no.
If you dont give a value, this field is set to All. + no.
If you don't give a value, this field is set to All. @bug_severity The severity of the bug - no.
If you dont give a value, this field is set to + no.
If you don't give a value, this field is set to normal @priority The priority of the bug - no.
If you dont give a value, this field is set to P3 + no.
If you don't give a value, this field is set to P3 @op_sys The operating system - no.
If you dont give a value, this field is set to Linux. + no.
If you don't give a value, this field is set to Linux. @assigned_to @@ -150,7 +150,7 @@ Give string values for the most keys above. Some keywords require special value

  1. E-Mail adresses: If you want to set the qa-contact, specify a email-adress for @qa_contact. The email must be known by bugzilla of course.
  2. Listvalues: Most of the values have to be one of a list of valid values. Try by sending -a mail and read the reply. Skip fields if you dont get help for them unless you dont know +a mail and read the reply. Skip fields if you don't get help for them unless you don't know which values you may choose.
  3. free Text: The descriptions may be free text.
  4. Special: The field groupset may be specified in different in three different kinds: @@ -181,7 +181,7 @@ Some of the values must be choosen from a list:

    After you have specified the required keywords and maybe some other value, you may -describe your bug. You dont need a keyword for starting your bug description. All +describe your bug. You don't need a keyword for starting your bug description. All text which follows the keyword block is handled as long description of the bug.

    @@ -198,7 +198,7 @@ the attachment in bugzilla.

    Example Mail

    -See the example of the mail body (Dont forget to specify the short description +See the example of the mail body (Don't forget to specify the short description in the mail subject):
     
       @product      = Bugzilla
    diff --git a/contrib/gnatsparse/gnatsparse.py b/contrib/gnatsparse/gnatsparse.py
    index b317b240d..5315ee8b0 100755
    --- a/contrib/gnatsparse/gnatsparse.py
    +++ b/contrib/gnatsparse/gnatsparse.py
    @@ -270,7 +270,7 @@ def load_responsible(fname):
         rfp.close()
     
     def split_csl(list):
    -    """ Split a comma seperated list """
    +    """ Split a comma separated list """
         newlist = re.split(r"""\s*,\s*""", list)
         return newlist
     
    -- 
    cgit v1.2.3-24-g4f1b