diff options
Diffstat (limited to 'pidl/tests')
-rwxr-xr-x | pidl/tests/samba3-cli.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pidl/tests/samba3-cli.pl b/pidl/tests/samba3-cli.pl index 367922a36b..319f1dd7c3 100755 --- a/pidl/tests/samba3-cli.pl +++ b/pidl/tests/samba3-cli.pl @@ -99,7 +99,7 @@ NTSTATUS rpccli_bar_recv(struct tevent_req *req, return status; } - /* Steal possbile out parameters to the callers context */ + /* Steal possible out parameters to the callers context */ talloc_steal(mem_ctx, state->out_mem_ctx); tevent_req_received(req); @@ -200,7 +200,7 @@ NTSTATUS rpccli_bar_recv(struct tevent_req *req, return status; } - /* Steal possbile out parameters to the callers context */ + /* Steal possible out parameters to the callers context */ talloc_steal(mem_ctx, state->out_mem_ctx); /* Return result */ |