diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-16 21:12:52 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-16 21:14:25 +0200 |
commit | b3f9345d7639c724aa553ade0223789a45c934b4 (patch) | |
tree | 444f71949272042d0a21b83640c1558baac994dd /pidl/tests | |
parent | f036b449db07c17d04b7f47b1defedef2c2a0970 (diff) | |
download | samba-b3f9345d7639c724aa553ade0223789a45c934b4.tar.gz |
Fix a typo
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 367922a36b1..319f1dd7c3b 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 */ |