diff options
author | Lukas Larsson <[email protected]> | 2011-03-08 17:13:47 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-03-08 17:13:47 +0100 |
commit | 97337e16638529f24b6231ada3b4333813448cee (patch) | |
tree | 2488899336ff18e8c04ae24b565174f9e38de622 /lib/tools/test/cover_SUITE.erl | |
parent | c516e63684fe23def2626ddfefcec11f1806f062 (diff) | |
download | otp-97337e16638529f24b6231ada3b4333813448cee.tar.gz otp-97337e16638529f24b6231ada3b4333813448cee.tar.bz2 otp-97337e16638529f24b6231ada3b4333813448cee.zip |
Fix spelling on analyse
Diffstat (limited to 'lib/tools/test/cover_SUITE.erl')
-rw-r--r-- | lib/tools/test/cover_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/test/cover_SUITE.erl b/lib/tools/test/cover_SUITE.erl index c3f691e773..483d416411 100644 --- a/lib/tools/test/cover_SUITE.erl +++ b/lib/tools/test/cover_SUITE.erl @@ -51,7 +51,7 @@ all(suite) -> init_per_testcase(TC, Config) when TC =:= misc; TC =:= compile; - TC =:= analyze; + TC =:= analyse; TC =:= distribution; TC =:= otp_5031; TC =:= stop -> |