File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,12 +198,12 @@ pending commands are processed, see `wait_all_responses`.
198198
199199## wait\_ one\_ response()
200200
201- If there are any unexcuted callbacks, it will block until at least one is executed.
201+ If there are any unexecuted callbacks, it will block until at least one is executed.
202202The return value can be either 1 for success, 0 for no callbacks remained, or undef for other errors.
203203
204204## wait\_ all\_ responses()
205205
206- If there are any unexcuted callbacks, it will block until all of them are executed.
206+ If there are any unexecuted callbacks, it will block until all of them are executed.
207207The return value can be either 1 for success, 0 for no callbacks remained, or undef for other errors.
208208
209209## disconnect()
Original file line number Diff line number Diff line change @@ -341,12 +341,12 @@ pending commands are processed, see C<wait_all_responses>.
341341
342342=head2 wait_one_response()
343343
344- If there are any unexcuted callbacks, it will block until at least one is executed.
344+ If there are any unexecuted callbacks, it will block until at least one is executed.
345345The return value can be either 1 for success, 0 for no callbacks remained, or undef for other errors.
346346
347347=head2 wait_all_responses()
348348
349- If there are any unexcuted callbacks, it will block until all of them are executed.
349+ If there are any unexecuted callbacks, it will block until all of them are executed.
350350The return value can be either 1 for success, 0 for no callbacks remained, or undef for other errors.
351351
352352=head2 disconnect()
You can’t perform that action at this time.
0 commit comments