diff options
author | Tim Potter <tpot@samba.org> | 2003-10-21 04:38:23 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-21 04:38:23 +0000 |
commit | bafcc8497d0a77d2aadb3da4f2a945e56c78a246 (patch) | |
tree | 73aaf90986c29171bbe757b8c36eaef2d2512a45 | |
parent | 4c0d641475a9e9ff4048c96a18bc38265780c33e (diff) | |
download | samba-bafcc8497d0a77d2aadb3da4f2a945e56c78a246.tar.gz samba-bafcc8497d0a77d2aadb3da4f2a945e56c78a246.tar.bz2 samba-bafcc8497d0a77d2aadb3da4f2a945e56c78a246.zip |
Merge of spelling fix from HEAD.
(This used to be commit 1482933089bd1e6114ad29d77ce229482f2d161b)
-rw-r--r-- | source3/nsswitch/wb_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c index 79553e9e4f..f146391653 100644 --- a/source3/nsswitch/wb_common.c +++ b/source3/nsswitch/wb_common.c @@ -81,7 +81,7 @@ static int make_nonstd_fd_internals(int fd, int limit /* Recursion limiter */) if ((new_fd = fcntl(fd, F_DUPFD, 3)) == -1) { return -1; } - /* Parinoia */ + /* Paranoia */ if (new_fd < 3) { close(new_fd); return -1; |