diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 15:04:36 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 00:12:09 +0200 |
commit | 90f703bafc69bf2446db718fd681c26c2bef7f10 (patch) | |
tree | 49ccb238b43a7608414de4c6b65e164dcc687955 /lib/ic/src/ic.erl | |
parent | e17a38aa65a865e36accf1ab68ca369275d9f71c (diff) | |
download | otp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.gz otp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.bz2 otp-90f703bafc69bf2446db718fd681c26c2bef7f10.zip |
Fix misspelling of successful
Diffstat (limited to 'lib/ic/src/ic.erl')
-rw-r--r-- | lib/ic/src/ic.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ic/src/ic.erl b/lib/ic/src/ic.erl index 3c6ce3d9d6..e22179fe42 100644 --- a/lib/ic/src/ic.erl +++ b/lib/ic/src/ic.erl @@ -320,7 +320,7 @@ pragma(G, File, T) -> time, time("pragma registration ", ic_pragma, pragma_reg, [G,T]), ic_pragma:pragma_reg(G,T)) of - %% All pragmas were succesfully applied + %% All pragmas were successfully applied {ok,Clean} -> typing(G, File, Clean); |