From 4accb1955e7d530a322dc64d63807c52bf11c968 Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" <> Date: Tue, 19 Mar 2002 12:30:01 +0000 Subject: Bug 106386 rid source of misspellings r=db48x sr=blake a=asa --- docs/html/Bugzilla-Guide.html | 4 ++-- docs/html/bzhacking.html | 2 +- docs/sgml/patches.sgml | 2 +- docs/txt/Bugzilla-Guide.txt | 4 ++-- docs/xml/patches.xml | 2 +- queryhelp.cgi | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 60045e438..77f0578ac 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -7419,7 +7419,7 @@ CLASS="function" > when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than aribtrarily putting binmode() at the begining of the attachment files, there should be logic to determine if at the beginning of the attachment files, there should be logic to determine if binmode() is needed or not. @@ -16369,7 +16369,7 @@ CLASS="command" > Whitespace

Bugzilla's prefered indentation is 4 spaces (no tabs, please). +> Bugzilla's preferred indentation is 4 spaces (no tabs, please).

  • Whitespace

    Bugzilla's prefered indentation is 4 spaces (no tabs, please). +> Bugzilla's preferred indentation is 4 spaces (no tabs, please).

  • - Bugzilla's prefered indentation is 4 spaces (no tabs, please). + Bugzilla's preferred indentation is 4 spaces (no tabs, please). diff --git a/docs/txt/Bugzilla-Guide.txt b/docs/txt/Bugzilla-Guide.txt index 10732dd61..a01651b63 100644 --- a/docs/txt/Bugzilla-Guide.txt +++ b/docs/txt/Bugzilla-Guide.txt @@ -2171,7 +2171,7 @@ binmode(STDOUT); According to bug 62000, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than - aribtrarily putting binmode() at the begining of the attachment files, + aribtrarily putting binmode() at the beginning of the attachment files, there should be logic to determine if binmode() is needed or not. Tip @@ -5921,7 +5921,7 @@ D.5.2. Coding Style for Bugzilla Bugzilla. * Whitespace - Bugzilla's prefered indentation is 4 spaces (no tabs, please). + Bugzilla's preferred indentation is 4 spaces (no tabs, please). * Curly braces. The opening brace of a block should be on the same line as the statement that is causing the block and the closing brace should diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml index b7f54e09b..31d867e86 100644 --- a/docs/xml/patches.xml +++ b/docs/xml/patches.xml @@ -317,7 +317,7 @@ grep (/$value/, @array); Whitespace - Bugzilla's prefered indentation is 4 spaces (no tabs, please). + Bugzilla's preferred indentation is 4 spaces (no tabs, please). diff --git a/queryhelp.cgi b/queryhelp.cgi index 93cbef755..9fd5d9857 100755 --- a/queryhelp.cgi +++ b/queryhelp.cgi @@ -575,7 +575,7 @@ find describe. Selecting one or more of the products, versions, components, or m

    Products

    -

    Although all subprojects within the Mozilla project are similiar, there are several seperate +

    Although all subprojects within the Mozilla project are similar, there are several seperate products being developed. Each product has its own components. }; -- cgit v1.2.3-24-g4f1b