diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-10 17:11:37 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-03-11 13:15:00 +0100 |
commit | 70c75b9ddfdc9801be0b5ba89cd095e974c22626 (patch) | |
tree | 84dd1f00edf5d9918d9d90327991fcc51e62bdde /source3/rpc_client | |
parent | b738e092a22edb192243d2eee10c31a370be71e3 (diff) | |
download | samba-70c75b9ddfdc9801be0b5ba89cd095e974c22626.tar.gz samba-70c75b9ddfdc9801be0b5ba89cd095e974c22626.tar.bz2 samba-70c75b9ddfdc9801be0b5ba89cd095e974c22626.zip |
s3: Fix a typo
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Mar 11 13:15:00 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index 0dbe813c9b..0e87d92731 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -160,7 +160,7 @@ NTSTATUS rpccli_lsa_open_policy2(struct rpc_pipe_client *cli, /* Lookup a list of sids * * internal version withOUT memory allocation of the target arrays. - * this assumes suffciently sized arrays to store domains, names and types. */ + * this assumes sufficiently sized arrays to store domains, names and types. */ static NTSTATUS dcerpc_lsa_lookup_sids_noalloc(struct dcerpc_binding_handle *h, TALLOC_CTX *mem_ctx, |