r14146: Just some typos.
authorGünther Deschner <gd@samba.org>
Fri, 10 Mar 2006 13:14:01 +0000 (13:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:13 +0000 (11:15 -0500)
Guenther
(This used to be commit ade86cc787e266850fee982b008a9caf2c8ed7e7)

source3/rpc_parse/parse_prs.c
source3/rpcclient/cmd_reg.c
source3/utils/net_rpc_registry.c

index 4683f1dbd0718384eedcc85a743a1fc4480a1e87..474e93cc1f09d152dd80bede6c81a1a0b4ced816 100644 (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;
 
index fcc18cd9f526fa5b69efd45c8d0ba7ceae660b78..e8038d094e62bae174165fdb8af0c89326f97bdd 100644 (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
index 9852fe4a94fb744d1859c64407f2304ec4b5f8d0..33d5310698ea4923067e8b28a01755ae9ba17b0f 100644 (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;
        }