r17162: Fix typo small typos noticed by Paul Green.
authorGerald Carter <jerry@samba.org>
Thu, 20 Jul 2006 20:23:04 +0000 (20:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:17 +0000 (11:38 -0500)
(This used to be commit 1a5874588686fb4ece9be70059ff75b975ed2bd5)

source3/libsmb/clikrb5.c
source3/nsswitch/winbindd_nss.h

index f0169eb91e658ed8e3bb9457538d90456e308f6f..fc9dd690b3fc6b83645406b28cf5122e907dc7dc 100644 (file)
@@ -112,7 +112,7 @@ static krb5_error_code smb_krb5_parse_name_norealm_conv(krb5_context context,
 
 #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)
 {
index c4217220ccd66f8a4047cbabe32e3b2dc028acd5..b36c0147a7ff410d53da07933c014883c3f9640e 100644 (file)
@@ -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 */