diff options
author | Björn Gustavsson <[email protected]> | 2019-04-10 06:38:36 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-04-10 06:38:36 +0200 |
commit | 600c38860091860c902c2589d551f0a46957a931 (patch) | |
tree | 6dda62699f0b83911628c07afd843f9c9af58258 /lib/stdlib | |
parent | 8390fa6e312cff28c209fb6e0d9e43165607142a (diff) | |
parent | 3e84a2e23bdf5650b8c53f991ae6ea5b1b699e4a (diff) | |
download | otp-600c38860091860c902c2589d551f0a46957a931.tar.gz otp-600c38860091860c902c2589d551f0a46957a931.tar.bz2 otp-600c38860091860c902c2589d551f0a46957a931.zip |
Merge pull request #2197 from lbolla/spelling-mistakes-fix
Fix various spelling mistakes
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/test/stdlib_bench_SUITE_data/generic_fsm.erl | 2 |
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 |