aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/src
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-08-31 15:04:36 +0200
committerTuncer Ayaz <[email protected]>2011-09-15 00:12:09 +0200
commit90f703bafc69bf2446db718fd681c26c2bef7f10 (patch)
tree49ccb238b43a7608414de4c6b65e164dcc687955 /lib/ic/src
parente17a38aa65a865e36accf1ab68ca369275d9f71c (diff)
downloadotp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.gz
otp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.bz2
otp-90f703bafc69bf2446db718fd681c26c2bef7f10.zip
Fix misspelling of successful
Diffstat (limited to 'lib/ic/src')
-rw-r--r--lib/ic/src/ic.erl2
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);