CLEANUP: assorted typo fixes in the code and comments

This is 10th iteration of typo fixes
diff --git a/src/proto_uxst.c b/src/proto_uxst.c
index 89f4b2f..700b91d 100644
--- a/src/proto_uxst.c
+++ b/src/proto_uxst.c
@@ -133,7 +133,7 @@
 		    strlen(un1->sun_path)) == 0) {
 			char *after_sockname = un2->sun_path +
 			    strlen(un1->sun_path);
-			/* Make a reasonnable effort to check that
+			/* Make a reasonable effort to check that
 			 * it is indeed a haproxy-generated temporary
 			 * name, it's not perfect, but probably good enough.
 			 */
@@ -332,7 +332,7 @@
 	}
 
 	/* Point of no return: we are ready, we'll switch the sockets. We don't
-	 * fear loosing the socket <path> because we have a copy of it in
+	 * fear losing the socket <path> because we have a copy of it in
 	 * backname. Abstract sockets are not renamed.
 	 */
 	if (!ext && path[0] && rename(tempname, path) < 0) {