summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-01-15 13:11:20 +0100
committerJeremy Allison <jra@samba.org>2020-01-23 19:11:34 +0000
commit3c224ee2327e3ae1a97c090f5d5c5c7a833526d5 (patch)
treee695cef7bd926e4e0c1db8d38f16bacc6826c8ee /source3
parent4864a4bb96541417b32461c0b59525bff4178290 (diff)
downloadsamba-3c224ee2327e3ae1a97c090f5d5c5c7a833526d5.tar.gz
smbclient: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/client/client.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 29754806e63..76180fc5ba7 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -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)) {