]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - net.c
Assorted typo fixes in comments.
[paraslash.git] / net.c
diff --git a/net.c b/net.c
index aa3fcbb9e991652b9c77d5d1a07b438a91e4c651..05d8f5ca9af750263ecd28a15f73e7e0caa0ff0d 100644 (file)
--- a/net.c
+++ b/net.c
@@ -48,7 +48,7 @@
  * \param netmask Value of the netmask part in \a cidr or the
  *               default of 32 if not specified.
  *
- * \return Pointer to \a addr if succesful, NULL on error.
+ * \return Pointer to \a addr if successful, NULL on error.
  * \sa RFC 4632
  */
 char *parse_cidr(const char *cidr,
@@ -601,7 +601,7 @@ static inline int estimated_header_overhead(const int af_type)
  *
  * \param sockfd The socket file descriptor.
  *
- * The socket must be connected. See RFC 1122, 3.3.3. If the protocol familiy
+ * The socket must be connected. See RFC 1122, 3.3.3. If the protocol family
  * could not be determined, \p AF_INET is assumed.
  *
  * \return The maximum message size of the address family type.