diff options
author | Gerald W. Carter <jerry@samba.org> | 2008-01-16 10:35:36 -0600 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-01-16 10:35:36 -0600 |
commit | 1a6415fc77c708b87c8e2ce6e7828f486ffc87ac (patch) | |
tree | fe0dbff696381e5af80342dc7e633297617f3e9e /source3/include | |
parent | 019c245ae15c7fdc414d41f64dad994337f26cf4 (diff) | |
parent | 6e94cbdc30afc3c9b5d2504aa8649fa9c87af7aa (diff) | |
download | samba-1a6415fc77c708b87c8e2ce6e7828f486ffc87ac.tar.gz samba-1a6415fc77c708b87c8e2ce6e7828f486ffc87ac.tar.bz2 samba-1a6415fc77c708b87c8e2ce6e7828f486ffc87ac.zip |
Merge branch 'v3-2-test-merge' into v3-2-stable
(This used to be commit 6993b6139419761c649f3ad54467a2c34f29382d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/libsmbclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 9175b33d60..07242f7956 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -1961,7 +1961,7 @@ int smbc_fremovexattr(int fd, * extended attributes * * @note This function always returns all attribute names supported - * by NT file systems, regardless of wether the referenced + * by NT file systems, regardless of whether the referenced * file system supports extended attributes (e.g. a Windows * 2000 machine supports extended attributes if NTFS is used, * but not if FAT is used, and Windows 98 doesn't support |