diff --git a/src/proper_statem.erl b/src/proper_statem.erl index f94451b6..849c24b9 100644 --- a/src/proper_statem.erl +++ b/src/proper_statem.erl @@ -182,7 +182,7 @@ %%% Then, we parallelize a random suffix (up to 12 commands) of the initial %%% sequence by splitting it into 2 subsequences that will be executed %%% concurrently. Limitations arise from the fact that each subsequence should -%%% be a valid command sequnece (i.e. all commands should satisfy +%%% be a valid command sequence (i.e. all commands should satisfy %%% preconditions and use only symbolic variables bound to the results of %%% preceding calls in the same sequence). Furthermore, we apply an additional %%% check: we have to ensure that preconditions are satisfied in all possible