summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-07-20 20:23:04 +0000
committerGerald Carter <jerry@samba.org>2006-07-20 20:23:04 +0000
commit5b6fef63f2618f54f845df118b6cd92baf9707c9 (patch)
tree3db94e77f106b7e3e9158674e1c750df22d5ba56
parent64355e40a8b3545f28da465241b772fbd80d48ce (diff)
downloadsamba-5b6fef63f2618f54f845df118b6cd92baf9707c9.tar.gz
r17162: Fix typo small typos noticed by Paul Green.
-rw-r--r--source/libsmb/clikrb5.c2
-rw-r--r--source/nsswitch/winbindd_nss.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/libsmb/clikrb5.c b/source/libsmb/clikrb5.c
index f0169eb91e6..fc9dd690b3f 100644
--- a/source/libsmb/clikrb5.c
+++ b/source/libsmb/clikrb5.c
@@ -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)
{
diff --git a/source/nsswitch/winbindd_nss.h b/source/nsswitch/winbindd_nss.h
index e0453e81164..98349e649f7 100644
--- a/source/nsswitch/winbindd_nss.h
+++ b/source/nsswitch/winbindd_nss.h
@@ -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 */