Assorted spelling and typo fixes

This commit is contained in:
Francois Gouget
2005-01-29 00:43:41 +00:00
committed by WineHQ
parent cb710aa5b9
commit a8f2cd5865
11 changed files with 17 additions and 17 deletions

View File

@@ -72,8 +72,8 @@ if(!isset($appId))
3) it makes it easier to understand where your vars are comming from (forms, session, etc.)
- variables naming
variables that don't come from outside your script (i.e. that arent fetched from superglobals) should be named this way
(a.k.a hungariant notation):
variables that don't come from outside your script (i.e. that aren't fetched from superglobals) should be named this way
(a.k.a hungarian notation):
prefix + var_name
Where prefix is one of: