Fix typos#394
Conversation
| {ok, _Pid, _Res } -> | ||
| wait_pids(N-1) | ||
| after ?TIMEOUT_PARALLEL_SPAWN -> | ||
| {error, {timout, N}} % N missing answer |
There was a problem hiding this comment.
Potentially, yes. Should I revert?
I've checked the develop branch, it was only used here with no test case written for verify this.
$ rg "timout"
src/tsung/ts_utils.erl
591: {error, {timout, N}} % N missing answer
There was a problem hiding this comment.
You might even have fixed a bug with this?
Potentially, yes. Should I revert?
I am not affiliated to this project, so it is not for me to say. Generally, I would advise to split this up in multiple parts: one that has the spelling fixes that are sure to have no side effects, and other parts for each potential functional change.
There was a problem hiding this comment.
We'll let the repo owner to decide on this. Thanks.
There was a problem hiding this comment.
This function doesn't seem to be used internally (possibly by some external consumer?), but i think that change is fine.
|
🥳 🥳 🥳 🥳 🥳 |
No description provided.