aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/gen_statem.erl
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2016-02-29 16:10:00 +0100
committerRaimo Niskanen <[email protected]>2016-02-29 16:10:00 +0100
commit79d75b981274f6841e1d4c09c125f92e1731ab4b (patch)
tree2f58ded8e1bb6f3df3439cfe82696408d79aefff /lib/stdlib/src/gen_statem.erl
parente660572b020da58c89149c7f052c7127cc0263cb (diff)
downloadotp-79d75b981274f6841e1d4c09c125f92e1731ab4b.tar.gz
otp-79d75b981274f6841e1d4c09c125f92e1731ab4b.tar.bz2
otp-79d75b981274f6841e1d4c09c125f92e1731ab4b.zip
Sharpen test suite
Diffstat (limited to 'lib/stdlib/src/gen_statem.erl')
-rw-r--r--lib/stdlib/src/gen_statem.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/gen_statem.erl b/lib/stdlib/src/gen_statem.erl
index 26f1aede6f..17d361efc2 100644
--- a/lib/stdlib/src/gen_statem.erl
+++ b/lib/stdlib/src/gen_statem.erl
@@ -1169,7 +1169,7 @@ error_info(
"** Reason for termination = ~w:~p~n" ++
"** State = ~p~n" ++
"** Callback mode = ~p~n" ++
- "** Queued/Posponed = ~w/~w~n" ++
+ "** Queued/Postponed = ~w/~w~n" ++
case FixedStacktrace of
[] ->
"";