1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r14146: Just some typos.

Guenther
This commit is contained in:
Günther Deschner 2006-03-10 13:14:01 +00:00 committed by Gerald (Jerry) Carter
parent 977079a058
commit ade86cc787
3 changed files with 4 additions and 4 deletions

View File

@ -607,12 +607,12 @@ BOOL prs_uint8(const char *name, prs_struct *ps, int depth, uint8 *data8)
if (q == NULL)
return False;
if (UNMARSHALLING(ps))
if (UNMARSHALLING(ps))
*data8 = CVAL(q,0);
else
SCVAL(q,0,*data8);
DEBUG(5,("%s%04x %s: %02x\n", tab_depth(depth), ps->data_offset, name, *data8));
DEBUG(5,("%s%04x %s: %02x\n", tab_depth(depth), ps->data_offset, name, *data8));
ps->data_offset += 1;

View File

@ -42,7 +42,7 @@
*
*/
#if 0 /* This whole file need to be rewritten for the cirrent rpcclient interface */
#if 0 /* This whole file need to be rewritten for the current rpcclient interface */
/****************************************************************************
nt registry enum

View File

@ -100,7 +100,7 @@ static NTSTATUS rpc_registry_enumerate_internal(const DOM_SID *domain_sid,
if (argc != 1 ) {
d_printf("Usage: net rpc enumerate <path> [recurse]\n");
d_printf("Example:: net rpc enumerate 'HKLM\\Software\\Samba'\n");
d_printf("Example: net rpc enumerate 'HKLM\\Software\\Samba'\n");
return NT_STATUS_OK;
}