Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 16 Aug 2010 19:12:52 +0000 (21:12 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 16 Aug 2010 19:14:25 +0000 (21:14 +0200)
pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
pidl/tests/samba3-cli.pl

index 24f87b606375bd4273c5070eaec86cd63e74389f..95ff4af7cee9c7c235e6cbbdf5dd073f2f6bff92 100644 (file)
@@ -338,7 +338,7 @@ sub ParseFunctionAsyncRecv($$$)
        $self->pidl("}");
        $self->pidl("");
 
-       $self->pidl("/* Steal possbile out parameters to the callers context */");
+       $self->pidl("/* Steal possible out parameters to the callers context */");
        $self->pidl("talloc_steal(mem_ctx, state->out_mem_ctx);");
        $self->pidl("");
 
index 3296a6760fafdfe7f7d7fef3400063e6fffe1669..190bb0d02dc1cf4eced8cb42fd92e823165b8964 100644 (file)
@@ -593,7 +593,7 @@ sub ParseFunction_Recv($$$$)
        $self->pidl("}");
        $self->pidl("");
 
-       $self->pidl("/* Steal possbile out parameters to the callers context */");
+       $self->pidl("/* Steal possible out parameters to the callers context */");
        $self->pidl("talloc_steal(mem_ctx, state->out_mem_ctx);");
        $self->pidl("");
 
index 367922a36b1ba699cbc8fd1de24ab27575dc0fad..319f1dd7c3b5165f34408aa015f2ef120bdb849d 100755 (executable)
@@ -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 */