The branch, master has been updated
via b3f9345... Fix a typo
from f036b44... s3-waf: Fixed the build.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit b3f9345d7639c724aa553ade0223789a45c934b4
Author: Volker Lendecke <[email protected]>
Date: Mon Aug 16 21:12:52 2010 +0200
Fix a typo
-----------------------------------------------------------------------
Summary of changes:
pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm | 2 +-
pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm | 2 +-
pidl/tests/samba3-cli.pl | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
Changeset truncated at 500 lines:
diff --git a/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
b/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
index 24f87b6..95ff4af 100644
--- a/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
+++ b/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
@@ -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("");
diff --git a/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
b/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
index 3296a67..190bb0d 100644
--- a/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
+++ b/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
@@ -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("");
diff --git a/pidl/tests/samba3-cli.pl b/pidl/tests/samba3-cli.pl
index 367922a..319f1dd 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 */
--
Samba Shared Repository