Some typos fixed.

This commit is contained in:
Tobias Brunner
2011-02-07 11:39:41 +01:00
parent 2b2eecb6ec
commit 84545f6e7c
13 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -629,7 +629,7 @@ void add_ca_info(const whack_message_t *msg)
if (strncasecmp(msg->ocspuri, "http", 4) == 0)
ca->ocspuri = clone_str(msg->ocspuri);
else
plog(" ignoring ocspuri with unkown protocol");
plog(" ignoring ocspuri with unknown protocol");
}
/* add crl uris */
+1 -1
View File
@@ -1147,7 +1147,7 @@ read_packet(struct msg_digest *md)
}
else if (from_ugh != NULL)
{
plog("recvfrom on %s returned misformed source sockaddr: %s"
plog("recvfrom on %s returned malformed source sockaddr: %s"
, ifp->rname, from_ugh);
return FALSE;
}