X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=0105ef6902114ae108da577186c1d58d8e52c0fb;hp=e7c7724b4143e33ac7fbd7d79ba8ee1c5fd38bdf;hb=f6df536a50641a06bea0437147abd8b9ef919d85;hpb=016dc6def4aa1a9af0d32e8f8e1a60e8be40b986 diff --git a/net.c b/net.c index e7c7724b..0105ef69 100644 --- a/net.c +++ b/net.c @@ -135,7 +135,7 @@ static int sendall(int fd, const char *buf, size_t *len) * @param buf the buffer to be encrypted and sent * @param len the length of \a buf * - * Check if encrytion is available. If yes, encrypt the given buffer. Send out + * Check if encrytpion is available. If yes, encrypt the given buffer. Send out * the buffer, encrypted or not, and try to resend the remaing part in case of * short writes. * @@ -201,7 +201,7 @@ __printf_2_3 int send_va_buffer(int fd, const char *fmt, ...) * @param buf the buffer to write the decrypted data to * @param size the size of @param buf * - * Receive at most \a size bytes from filedescriptor fd. If encrytion is + * Receive at most \a size bytes from filedescriptor fd. If encryption is * available, decrypt the received buffer. * * @return the number of bytes received on success. On receive errors, -E_RECV