summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSwen Schillig <swen@linux.ibm.com>2019-01-07 15:07:22 +0100
committerJeremy Allison <jra@samba.org>2019-01-10 02:41:29 +0100
commite29cb5095b519cd12ecc1029b22a120f14d93db5 (patch)
tree690702fd0158483892b1d8762054fa98c48364b3 /source3
parent6e0acc7c3989dfd3842bc1509af7c1b854e71340 (diff)
downloadsamba-e29cb5095b519cd12ecc1029b22a120f14d93db5.tar.gz
Fix typos and ban the rams from sambatdb-1.3.17
Signed-off-by: Swen Schillig <swen@linux.ibm.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE>
Diffstat (limited to 'source3')
-rw-r--r--source3/include/libsmbclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
index 5e4a1715402..b045221f12b 100644
--- a/source3/include/libsmbclient.h
+++ b/source3/include/libsmbclient.h
@@ -2681,7 +2681,7 @@ int smbc_listxattr(const char *url,
* 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
@@ -2716,7 +2716,7 @@ int smbc_llistxattr(const char *url,
* 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