(no Version Change)

typo.
This commit is contained in:
inxi-svn 2008-11-11 23:37:20 +00:00
parent 3061f80d1a
commit 4b540d3c9b

2
inxi
View file

@ -40,7 +40,7 @@
#### CONVENTIONS: #### CONVENTIONS:
#### Indentation: TABS #### Indentation: TABS
#### Do not use one liner flow controls. The ONLY time you should use ; is in #### Do not use one liner flow controls. The ONLY time you should use ; is in
#### This single case: if [[ condition ]];then (ie, never: [[ condition ]] && statement) #### this single case: if [[ condition ]];then (ie, never: [[ condition ]] && statement)
#### All new code/methods must be in a function. #### All new code/methods must be in a function.
#### For all boolean tests, use 'true' / 'false'. Do NOT use 0 or 1 unless #### For all boolean tests, use 'true' / 'false'. Do NOT use 0 or 1 unless
#### it's a function return. Avoid complicated tests in the if condition itself. #### it's a function return. Avoid complicated tests in the if condition itself.