aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorLorenzo Bolla <[email protected]>2019-03-31 17:13:23 +0100
committerLorenzo Bolla <[email protected]>2019-03-31 17:13:23 +0100
commit3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a (patch)
tree3271e8b8d9720ad929339dcac274466e9333cb4a /lib/stdlib
parent97bd138d220bcb863a7e09dd420f879137c09a6c (diff)
downloadotp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.tar.gz
otp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.tar.bz2
otp-3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a.zip
Fix various spelling mistakes
Fix ERL-541 and various other unreported spelling mistakes.
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/test/stdlib_bench_SUITE_data/generic_fsm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/stdlib_bench_SUITE_data/generic_fsm.erl b/lib/stdlib/test/stdlib_bench_SUITE_data/generic_fsm.erl
index 50f7df7a2a..1abd9b1f2f 100644
--- a/lib/stdlib/test/stdlib_bench_SUITE_data/generic_fsm.erl
+++ b/lib/stdlib/test/stdlib_bench_SUITE_data/generic_fsm.erl
@@ -24,7 +24,7 @@
-export([init/1, terminate/3]).
-export([state1/3, state2/3]).
--behaivour(gen_fsm).
+-behaviour(gen_fsm).
%% API