summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:09 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:37 +0000
commitb4e0c0d38f501f5b477ac384b900fb2651a44e4d (patch)
tree6ac80768b0000a0ddae82211601f4bb86a432a43 /source4
parent7f41f1374264f854a3c7fc74d10a6a691e2f5f64 (diff)
downloadsamba-b4e0c0d38f501f5b477ac384b900fb2651a44e4d.tar.gz
source4/libcli/libcli.h: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source4')
-rw-r--r--source4/libcli/libcli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/libcli.h b/source4/libcli/libcli.h
index 9e817408ded..652a9f5d182 100644
--- a/source4/libcli/libcli.h
+++ b/source4/libcli/libcli.h
@@ -71,7 +71,7 @@ ssize_t smbcli_read(struct smbcli_tree *tree, int fnum, void *_buf, off_t offset
/****************************************************************************
write to a file
- write_mode: 0x0001 disallow write cacheing
+ write_mode: 0x0001 disallow write caching
0x0002 return bytes remaining
0x0004 use raw named pipe protocol
0x0008 start of message mode named pipe protocol