X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcsftp%2Fsilcsftp.h;h=1c75064215ec688f67435856a19e17f11f92d403;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hp=38b300b6277e4c807b68e8c7c284fadec5acd874;hpb=34bb35a2496ec0402bb4d6c2546147cd37b27007;p=crypto.git diff --git a/lib/silcsftp/silcsftp.h b/lib/silcsftp/silcsftp.h index 38b300b6..1c750642 100644 --- a/lib/silcsftp/silcsftp.h +++ b/lib/silcsftp/silcsftp.h @@ -862,7 +862,7 @@ void silc_sftp_extended(SilcSFTP sftp, * DESCRIPTION * * Starts SFTP server and returns a context to it. This function returns - * the allocated SFTP client context or NULL on error. The `send_packet' + * the allocated SFTP server context or NULL on error. The `send_packet' * is called by the library when it needs to send a packet. The `fs' is the * filesystem context allocated by the application. Each socket connection * should start its own server by calling this function. @@ -983,7 +983,7 @@ typedef void (*SilcSFTPMonitor)(SilcSFTP sftp, * * DESCRIPTION * - * Sets monitor callback to monitor various request sent by an client. + * Sets monitor callback to monitor various request sent by a client. * When request that has been set in the `monitors' is received the * monitor callback will be called to notify the caller. *