diff options
author | Rafal Szczesniak <mimir@samba.org> | 2003-08-27 22:05:52 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2003-08-27 22:05:52 +0000 |
commit | 06fb721d7f36ff2ffa1e866bcb44689090808417 (patch) | |
tree | 13d5795d561f5f2eed77b0cc15633c370d8ec9f0 | |
parent | 7f3e60d83780e13206b814023da50fca949d37c5 (diff) | |
download | samba-06fb721d7f36ff2ffa1e866bcb44689090808417.tar.gz samba-06fb721d7f36ff2ffa1e866bcb44689090808417.tar.bz2 samba-06fb721d7f36ff2ffa1e866bcb44689090808417.zip |
Typo fix.
(This used to be commit 934fb418a3a3628ee4cde699df872bc1035fc769)
-rw-r--r-- | source3/nsswitch/winbindd_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c index cfb534ab92..63e91670e9 100644 --- a/source3/nsswitch/winbindd_util.c +++ b/source3/nsswitch/winbindd_util.c @@ -145,7 +145,7 @@ static struct winbindd_domain *add_trusted_domain(const char *domain_name, const } /******************************************************************** - Periodcially we need to refresh the trusted domain cache for smbd + Periodically we need to refresh the trusted domain cache for smbd ********************************************************************/ void rescan_trusted_domains( void ) |