Skip to content

Commit

Permalink
spelling corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
homes32 committed Jul 29, 2018
1 parent 6175142 commit 97dd9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LangRef/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ StrFormat,Left,"Hello World!",5,%result%

## Variables Search Order

It is possible that local variable may share the same name with a project global variable. In the event a name collision occures the following order will be used to determine the value to be use within the script.
It is possible that local variable may share the same name with a project global variable. In the event a name collision occurs the following order will be used to determine the value to be use within the script.

### PEBakery standard

Expand All @@ -40,7 +40,7 @@ It is possible that local variable may share the same name with a project global

### WinBuilder Compatible

When the compatability option `Overridable Fixed Variables` is enabled the following search order is used.
When the compatibility option `Overridable Fixed Variables` is enabled the following search order is used.

1. Local Variables
1. Global Variables
Expand Down

0 comments on commit 97dd9e7

Please sign in to comment.