summaryrefslogtreecommitdiffstats
path: root/docs/txt/Bugzilla-Guide.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/txt/Bugzilla-Guide.txt')
-rw-r--r--docs/txt/Bugzilla-Guide.txt4
1 files changed, 2 insertions, 2 deletions
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