svn commit: samba r17162 - in branches: SAMBA_3_0/source/libsmb SAMBA_3_0/source/nsswitch SAMBA_3_0_23/source/libsmb SAMBA_3_0_23/source/nsswitch SAMBA_3_0_RELEASE/source/libsmb SAMBA_3_0_RELEASE/source/nsswitch

jerry at samba.org jerry at samba.org
Thu Jul 20 20:23:05 GMT 2006


Author: jerry
Date: 2006-07-20 20:23:04 +0000 (Thu, 20 Jul 2006)
New Revision: 17162

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

Log:
Fix typo small typos noticed by Paul Green.


Modified:
   branches/SAMBA_3_0/source/libsmb/clikrb5.c
   branches/SAMBA_3_0/source/nsswitch/winbindd_nss.h
   branches/SAMBA_3_0_23/source/libsmb/clikrb5.c
   branches/SAMBA_3_0_23/source/nsswitch/winbindd_nss.h
   branches/SAMBA_3_0_RELEASE/source/libsmb/clikrb5.c
   branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_nss.h


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/clikrb5.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/clikrb5.c	2006-07-20 19:44:11 UTC (rev 17161)
+++ branches/SAMBA_3_0/source/libsmb/clikrb5.c	2006-07-20 20:23:04 UTC (rev 17162)
@@ -112,7 +112,7 @@
 
 #ifndef HAVE_KRB5_SET_REAL_TIME
 /*
- * Thir function is not in the Heimdal mainline.
+ * This function is not in the Heimdal mainline.
  */
  krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds)
 {

Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_nss.h
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_nss.h	2006-07-20 19:44:11 UTC (rev 17161)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_nss.h	2006-07-20 20:23:04 UTC (rev 17162)
@@ -45,7 +45,7 @@
 #if defined(uint64)
 #  define SMB_TIME_T uint64
 #else
-#  define SMB_TIME_t time_t
+#  define SMB_TIME_T time_t
 #endif
 
 /* Socket commands */

Modified: branches/SAMBA_3_0_23/source/libsmb/clikrb5.c
===================================================================
--- branches/SAMBA_3_0_23/source/libsmb/clikrb5.c	2006-07-20 19:44:11 UTC (rev 17161)
+++ branches/SAMBA_3_0_23/source/libsmb/clikrb5.c	2006-07-20 20:23:04 UTC (rev 17162)
@@ -112,7 +112,7 @@
 
 #ifndef HAVE_KRB5_SET_REAL_TIME
 /*
- * Thir function is not in the Heimdal mainline.
+ * This function is not in the Heimdal mainline.
  */
  krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds)
 {

Modified: branches/SAMBA_3_0_23/source/nsswitch/winbindd_nss.h
===================================================================
--- branches/SAMBA_3_0_23/source/nsswitch/winbindd_nss.h	2006-07-20 19:44:11 UTC (rev 17161)
+++ branches/SAMBA_3_0_23/source/nsswitch/winbindd_nss.h	2006-07-20 20:23:04 UTC (rev 17162)
@@ -45,7 +45,7 @@
 #if defined(uint64)
 #  define SMB_TIME_T uint64
 #else
-#  define SMB_TIME_t time_t
+#  define SMB_TIME_T time_t
 #endif
 
 /* Socket commands */

Modified: branches/SAMBA_3_0_RELEASE/source/libsmb/clikrb5.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/libsmb/clikrb5.c	2006-07-20 19:44:11 UTC (rev 17161)
+++ branches/SAMBA_3_0_RELEASE/source/libsmb/clikrb5.c	2006-07-20 20:23:04 UTC (rev 17162)
@@ -112,7 +112,7 @@
 
 #ifndef HAVE_KRB5_SET_REAL_TIME
 /*
- * Thir function is not in the Heimdal mainline.
+ * This function is not in the Heimdal mainline.
  */
  krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds)
 {

Modified: branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_nss.h
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_nss.h	2006-07-20 19:44:11 UTC (rev 17161)
+++ branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_nss.h	2006-07-20 20:23:04 UTC (rev 17162)
@@ -45,7 +45,7 @@
 #if defined(uint64)
 #  define SMB_TIME_T uint64
 #else
-#  define SMB_TIME_t time_t
+#  define SMB_TIME_T time_t
 #endif
 
 /* Socket commands */



More information about the samba-cvs mailing list