Author: gd
Date: 2006-03-10 13:14:01 +0000 (Fri, 10 Mar 2006)
New Revision: 14146

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14146

Log:
Just some typos.

Guenther

Modified:
   branches/SAMBA_3_0/source/rpc_parse/parse_prs.c
   branches/SAMBA_3_0/source/rpcclient/cmd_reg.c
   branches/SAMBA_3_0/source/utils/net_rpc_registry.c
   trunk/source/rpc_parse/parse_prs.c
   trunk/source/rpcclient/cmd_reg.c
   trunk/source/utils/net_rpc_registry.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_parse/parse_prs.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_parse/parse_prs.c     2006-03-10 13:12:38 UTC 
(rev 14145)
+++ branches/SAMBA_3_0/source/rpc_parse/parse_prs.c     2006-03-10 13:14:01 UTC 
(rev 14146)
@@ -607,12 +607,12 @@
        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;
 

Modified: branches/SAMBA_3_0/source/rpcclient/cmd_reg.c
===================================================================
--- branches/SAMBA_3_0/source/rpcclient/cmd_reg.c       2006-03-10 13:12:38 UTC 
(rev 14145)
+++ branches/SAMBA_3_0/source/rpcclient/cmd_reg.c       2006-03-10 13:14:01 UTC 
(rev 14146)
@@ -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

Modified: branches/SAMBA_3_0/source/utils/net_rpc_registry.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc_registry.c  2006-03-10 13:12:38 UTC 
(rev 14145)
+++ branches/SAMBA_3_0/source/utils/net_rpc_registry.c  2006-03-10 13:14:01 UTC 
(rev 14146)
@@ -100,7 +100,7 @@
        
        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;
        }
        

Modified: trunk/source/rpc_parse/parse_prs.c
===================================================================
--- trunk/source/rpc_parse/parse_prs.c  2006-03-10 13:12:38 UTC (rev 14145)
+++ trunk/source/rpc_parse/parse_prs.c  2006-03-10 13:14:01 UTC (rev 14146)
@@ -607,12 +607,12 @@
        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;
 

Modified: trunk/source/rpcclient/cmd_reg.c
===================================================================
--- trunk/source/rpcclient/cmd_reg.c    2006-03-10 13:12:38 UTC (rev 14145)
+++ trunk/source/rpcclient/cmd_reg.c    2006-03-10 13:14:01 UTC (rev 14146)
@@ -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

Modified: trunk/source/utils/net_rpc_registry.c
===================================================================
--- trunk/source/utils/net_rpc_registry.c       2006-03-10 13:12:38 UTC (rev 
14145)
+++ trunk/source/utils/net_rpc_registry.c       2006-03-10 13:14:01 UTC (rev 
14146)
@@ -100,7 +100,7 @@
        
        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;
        }
        

Reply via email to