]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbclient: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 15 Jan 2020 12:11:20 +0000 (13:11 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 23 Jan 2020 19:11:34 +0000 (19:11 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/client/client.c

index 29754806e63c69af3efeee5e98b96ee56b0b2e4f..76180fc5ba73789b4ff087f4b33fcf032bc68f20 100644 (file)
@@ -6512,7 +6512,10 @@ int main(int argc,char *argv[])
 
        while ((opt = poptGetNextOpt(pc)) != -1) {
 
-               /* if the tar option has been called previouslt, now we need to eat out the leftovers */
+               /*
+                * if the tar option has been called previously, now
+                * we need to eat out the leftovers
+                */
                /* I see no other way to keep things sane --SSS */
                if (tar_opt == true) {
                        while (poptPeekArg(pc)) {