From 5a9d68a896c9d4899c7a8f34245a095a0b39ec8e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 7 Mar 2016 12:40:53 -0800 Subject: [PATCH] GUAC-1389: Correct documentation surrounding RDPDR callback. --- src/protocols/rdp/guac_rdpdr/rdpdr_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/rdp/guac_rdpdr/rdpdr_service.c b/src/protocols/rdp/guac_rdpdr/rdpdr_service.c index 1f469ad8..21d4f447 100644 --- a/src/protocols/rdp/guac_rdpdr/rdpdr_service.c +++ b/src/protocols/rdp/guac_rdpdr/rdpdr_service.c @@ -224,7 +224,7 @@ wStream* guac_rdpdr_new_io_completion(guac_rdpdr_device* device, /** * Callback invoked on the current connection owner (if any) when a file - * download is being initiated through the terminal. + * download is being initiated using the magic "Download" folder. * * @param owner * The guac_user that is the owner of the connection, or NULL if the