aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/file_SUITE.erl
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/kernel/test/file_SUITE.erl
parente17a38aa65a865e36accf1ab68ca369275d9f71c (diff)
downloadotp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.gz
otp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.bz2
otp-90f703bafc69bf2446db718fd681c26c2bef7f10.zip
Fix misspelling of successful
Diffstat (limited to 'lib/kernel/test/file_SUITE.erl')
-rw-r--r--lib/kernel/test/file_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/test/file_SUITE.erl b/lib/kernel/test/file_SUITE.erl
index fdab2eb02b..77fc7e73f9 100644
--- a/lib/kernel/test/file_SUITE.erl
+++ b/lib/kernel/test/file_SUITE.erl
@@ -2165,7 +2165,7 @@ write_compressed(Config) when is_list(Config) ->
?line Second = io:get_line(Fd1, ''),
?line ok = ?FILE_MODULE:close(Fd1),
- %% Verify succesful compression by uncompressing the file
+ %% Verify successful compression by uncompressing the file
%% using zlib:gunzip/1.
?line {ok,Contents} = file:read_file(MyFile),