Descriptipon: Spelling fixes
Author: Faidon Liambotis <paravoid@debian.org>
Forwarded: https://github.com/radsecproxy/radsecproxy/pull/50

--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -1682,7 +1682,7 @@ void *clientwr(void *arg) {
             } else {
                 if (conf->statusserver == RSP_STATSRV_AUTO && *rqout->rq->buf == RAD_Status_Server) {
                     if (server->lastreply.tv_sec >= laststatsrv.tv_sec) {
-                        debug(DBG_DBG, "clientwr: status server autodetect faild, disabling status server for %s", conf->name);
+                        debug(DBG_DBG, "clientwr: status server autodetect failed, disabling status server for %s", conf->name);
                         conf->statusserver = RSP_STATSRV_OFF;
                     }
                 } else {
--- a/radsecproxy.conf.5
+++ b/radsecproxy.conf.5
@@ -847,7 +847,7 @@ as numerical values. The format of \fIvalue\fR is the same as for \fBaddAttribut
 
 .BI "SupplementAttribute " attribute \fR: value
 .RS
-Add an \fIattribute\fR to the radius mesage and set it to \fIvalue\fR, only if
+Add an \fIattribute\fR to the radius message and set it to \fIvalue\fR, only if
 the  attribute is not yet present on the message.  The format of \fIvalue\fR is
 the same as for \fBaddAttribute\fR above.
 .RE
