diff options
author | Leo Correa <[email protected]> | 2013-10-04 16:40:09 -0400 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-11-01 15:01:32 +0100 |
commit | b179331cfb49ce67cda3e66c91f42fd29ed50116 (patch) | |
tree | c69dc24511673b5dece6f2b2137ac4bcb57c559c /lib | |
parent | f7659aeadf2b50acc6140c62a1d1587bf0a8795c (diff) | |
download | otp-b179331cfb49ce67cda3e66c91f42fd29ed50116.tar.gz otp-b179331cfb49ce67cda3e66c91f42fd29ed50116.tar.bz2 otp-b179331cfb49ce67cda3e66c91f42fd29ed50116.zip |
Typo fix ambigous -> ambiguous
Diffstat (limited to 'lib')
-rw-r--r-- | lib/compiler/src/beam_validator.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/beam_validator.erl b/lib/compiler/src/beam_validator.erl index 70279ab658..48f5135aca 100644 --- a/lib/compiler/src/beam_validator.erl +++ b/lib/compiler/src/beam_validator.erl @@ -530,7 +530,7 @@ valfun_2(I, #vst{current=#st{ct=[[Fail]|_]}}=Vst) when is_integer(Fail) -> %% Update branched state valfun_3(I, branch_state(Fail, Vst)); valfun_2(_, _) -> - error(ambigous_catch_try_state). + error(ambiguous_catch_try_state). %% Handle the remaining floating point instructions here. %% Floating point. |