From edfc19f1ebfeea1fa2cdc1cdc5b5b51db8ab633f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 1 Mar 2020 18:11:52 +0100 Subject: [PATCH] libsmb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/libsmb/libsmb_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2