CLEANUP: Fix typos in the log subsystem

Fix some misspells in the code comments of the log subsystem.
diff --git a/include/proto/log.h b/include/proto/log.h
index 30d4dce..577e570 100644
--- a/include/proto/log.h
+++ b/include/proto/log.h
@@ -151,12 +151,12 @@
  * Write a string in the log string
  * Take cares of quote options
  *
- * Return the adress of the \0 character, or NULL on error
+ * Return the address of the \0 character, or NULL on error
  */
 char *lf_text_len(char *dst, const char *src, size_t len, size_t size, const struct logformat_node *node);
 
 /*
- * Write a IP adress to the log string
+ * Write a IP address to the log string
  * +X option write in hexadecimal notation, most signifant byte on the left
  */
 char *lf_ip(char *dst, const struct sockaddr *sockaddr, size_t size, const struct logformat_node *node);