From 698683cb332412a5196bb5354bb4cc604531a46b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 9 Mar 2011 10:16:30 +0100 Subject: [PATCH] libsmbclient: Fix a typo Autobuild-User: Volker Lendecke Autobuild-Date: Wed Mar 9 11:19:36 CET 2011 on sn-devel-104 (cherry picked from commit dec9d03e2585bdf4bfbb72ed8cd7c0f9c0026f76) --- source3/include/libsmbclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 978f657e50d..ccf80da72d0 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -1263,7 +1263,7 @@ int smbc_creat(const char *furl, mode_t mode); * * @param fd Open file handle from smbc_open() or smbc_creat() * - * @param buf Pointer to buffer to recieve read data + * @param buf Pointer to buffer to receive read data * * @param bufsize Size of buf in bytes * -- 2.11.4.GIT