diff options
Diffstat (limited to 'scripting/workben/bindings/ScriptBinding.xba')
-rw-r--r-- | scripting/workben/bindings/ScriptBinding.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/workben/bindings/ScriptBinding.xba b/scripting/workben/bindings/ScriptBinding.xba index ba6d4ebdf0b2..50e60f9e19cb 100644 --- a/scripting/workben/bindings/ScriptBinding.xba +++ b/scripting/workben/bindings/ScriptBinding.xba @@ -972,7 +972,7 @@ sub AddNewKeyBinding( scriptName as string, shift as boolean, control as boolean ' Calculate from the key the offset into key group array we need to point to KeyGroupIndex = getKeyGroupIndex( key, keyTypeOffset ) - ' if key is allready allocated to a script then just reallocate + ' if key is already allocated to a script then just reallocate if ( keyAllocationMap( offsetIntoArrayOfArrays, KeyGroupIndex ).Value > 1 ) then keyAllocationMap( offsetIntoArrayOfArrays, KeyGroupIndex ).Name = scriptName @@ -1676,7 +1676,7 @@ sub LangLocComboListener() end if endif - ' extra dialog dependant processing + ' extra dialog dependent processing if dialogName = "Menu" then ' will set New button to false if no text in LableBox MenuLabelBoxListener() |