Fix typo in comment.
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Thu, 20 Apr 2017 09:15:46 +0000 (06:15 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Thu, 20 Apr 2017 09:15:46 +0000 (06:15 -0300)
rnetclient.c

index 3561b45..946fa79 100644 (file)
@@ -280,7 +280,7 @@ static int rnet_send(gnutls_session_t session, char *buffer, size_t len, int hea
           The uploaded file may be larger: to upload such large
           files, it suffices to send multiple records till the entire
           file is transferred, without waiting for a response.  Since
-          we've alread informed the server of the file size in the
+          we've already informed the server of the file size in the
           header, it knows exactly how much data to expect before
           sending a response.  It will only send an error message
           before that if it times us out.