summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2015-07-26 23:02:57 +0200
committerAndrew Bartlett <abartlet@samba.org>2015-11-06 13:43:45 +0100
commitc315fce17ef11a23c24fc92b7475ac3a3ac55032 (patch)
treec6a1598038ed82db02cc948b1fba74c83265c85e /source3/winbindd/winbindd_cache.c
parentf3033a1943462f98e994f095ed5805be27acadd0 (diff)
downloadsamba-c315fce17ef11a23c24fc92b7475ac3a3ac55032.tar.gz
Fix various spelling errors
Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Nov 6 13:43:45 CET 2015 on sn-devel-104
Diffstat (limited to 'source3/winbindd/winbindd_cache.c')
-rw-r--r--source3/winbindd/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index 4e270ca4dbc..ae9d11f7322 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -3100,7 +3100,7 @@ void wcache_invalidate_samlogon(struct winbindd_domain *domain,
fstring key_str, sid_string;
struct winbind_cache *cache;
- /* dont clear cached U/SID and UG/SID entries when we want to logon
+ /* don't clear cached U/SID and UG/SID entries when we want to logon
* offline - gd */
if (lp_winbind_offline_logon()) {