aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-12 19:34:56 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:31:30 +0200
commitef0e31ffbd35d9f0fe542a231ee450a5ead2bba5 (patch)
treeb30fb92841ffcc2f190cfce86abb328f9b14a4c2 /lib/dialyzer/test/small_SUITE_data
parentec7242c7ed2e98f40b3450d04e21d1806a4009f4 (diff)
downloadotp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.tar.gz
otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.tar.bz2
otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.zip
Fixed typos in lib/dialyzer
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data')
-rw-r--r--lib/dialyzer/test/small_SUITE_data/src/tuple1.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/src/tuple1.erl b/lib/dialyzer/test/small_SUITE_data/src/tuple1.erl
index d608275efe..88ac486044 100644
--- a/lib/dialyzer/test/small_SUITE_data/src/tuple1.erl
+++ b/lib/dialyzer/test/small_SUITE_data/src/tuple1.erl
@@ -2,7 +2,7 @@
%%% File : tuple1.erl
%%% Author : Tobias Lindahl <[email protected]>
%%% Description : Exposed two bugs in the analysis;
-%%% one supressed warning and one crash.
+%%% one suppressed warning and one crash.
%%%
%%% Created : 13 Nov 2006 by Tobias Lindahl <[email protected]>
%%%-------------------------------------------------------------------