From 054698a3adb76a2a66010f65d227770f4806f2d2 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 1 Jul 2015 11:11:07 -0700 Subject: [PATCH] GUAC-1172: Append. Do not appaned. --- src/protocols/ssh/sftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/ssh/sftp.c b/src/protocols/ssh/sftp.c index dbb0f693..55eeeefe 100644 --- a/src/protocols/ssh/sftp.c +++ b/src/protocols/ssh/sftp.c @@ -52,7 +52,7 @@ * The path to append the filename to. * * @param filename - * The filename to appaned to the path. + * The filename to append to the path. * * @return * true if the filename is valid and was successfully appended to the path,