From: Volker Lendecke Date: Sun, 1 Mar 2020 17:11:52 +0000 (+0100) Subject: libsmb: Fix a typo X-Git-Tag: ldb-2.2.0~1529 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edfc19f1ebfeea1fa2cdc1cdc5b5b51db8ab633f;p=thirdparty%2Fsamba.git libsmb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/libsmb/libsmb_context.c b/source3/libsmb/libsmb_context.c index 48e417ba523..eaa0cdeca93 100644 --- a/source3/libsmb/libsmb_context.c +++ b/source3/libsmb/libsmb_context.c @@ -703,7 +703,7 @@ smbc_init_context(SMBCCTX *context) } -/* Return the verion of samba, and thus libsmbclient */ +/* Return the version of samba, and thus libsmbclient */ const char * smbc_version(void) {