]> git.ozlabs.org Git - ccan/blobdiff - ccan/rfc822/rfc822.h
Fix typos detected by github.com/client9/misspell
[ccan] / ccan / rfc822 / rfc822.h
index e770115c5c6a03fb0e700542752e057ead80d76f..a4ac156522ebdfbffb3401b39ee8567f63ecaa51 100644 (file)
@@ -78,7 +78,7 @@ struct rfc822_msg *rfc822_start(const void *ctx, const char *p, size_t len);
  * rfc822_free - free an rfc822 message
  * @msg: message to free
  *
- * Frees an rfc822_msg context, including all subsiduary data
+ * Frees an rfc822_msg context, including all subsidiary data
  * structures.
  */
 void rfc822_free(struct rfc822_msg *msg);