Fix a typo
[samba.git] / pidl / tests / samba3-cli.pl
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 */