]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 1 Mar 2020 17:11:52 +0000 (18:11 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 3 Mar 2020 17:48:37 +0000 (17:48 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/libsmb_context.c

index 48e417ba523a3fd849c55fc3d652580d866ee767..eaa0cdeca93eac8e621ce398192c6760eff51f1c 100644 (file)
@@ -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)
 {