Hi All,
An extra whitespace can be removed here:
Index: sftp.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/sftp.c,v
retrieving revision 1.162
diff -u -p -u -p -r1.162 sftp.c
--- sftp.c 29 Apr 2014 20:36:51 -0000 1.162
+++ sftp.c 4 May 2014 09:26:56 -0000
@@ -707,7 +707,7 @@ process_put(struct sftp_conn *conn, char
resume |= global_aflag;
if (!quiet && resume)
- printf("Resuming upload of %s to %s\n", g.gl_pathv[i],
+ printf("Resuming upload of %s to %s\n", g.gl_pathv[i],
abs_dst);
else if (!quiet && !resume)
printf("Uploading %s to %s\n", g.gl_pathv[i], abs_dst);