From b3f9345d7639c724aa553ade0223789a45c934b4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 16 Aug 2010 21:12:52 +0200 Subject: Fix a typo --- pidl/tests/samba3-cli.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pidl/tests') 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 */ -- cgit