minor typo fix

This commit is contained in:
Michael Rash 2011-10-13 20:29:37 -04:00
parent 64160a0c57
commit 6f0d2c5091
3 changed files with 9 additions and 9 deletions

View File

@ -1212,13 +1212,13 @@ There is no encoded data to process
@item FKO_ERROR_INVALID_DIGEST_TYPE @item FKO_ERROR_INVALID_DIGEST_TYPE
Invalid digest type Invalid digest type
@item FKO_ERROR_INVALID_ALLOW_IP @item FKO_ERROR_INVALID_ALLOW_IP
Invalid allow IP address in the SPA mesage data Invalid allow IP address in the SPA message data
@item FKO_ERROR_INVALID_SPA_COMMAND_MSG @item FKO_ERROR_INVALID_SPA_COMMAND_MSG
Invalid SPA command mesage format Invalid SPA command message format
@item FKO_ERROR_INVALID_SPA_ACCESS_MSG @item FKO_ERROR_INVALID_SPA_ACCESS_MSG
Invalid SPA access mesage format Invalid SPA access message format
@item FKO_ERROR_INVALID_SPA_NAT_ACCESS_MSG @item FKO_ERROR_INVALID_SPA_NAT_ACCESS_MSG
Invalid SPA nat_access mesage format Invalid SPA nat_access message format
@item FKO_ERROR_INVALID_ENCRYPTION_TYPE @item FKO_ERROR_INVALID_ENCRYPTION_TYPE
Invalid encryption type Invalid encryption type
@item FKO_ERROR_WRONG_ENCRYPTION_TYPE @item FKO_ERROR_WRONG_ENCRYPTION_TYPE

View File

@ -73,16 +73,16 @@ fko_errstr(int err_code)
return("Invalid digest type"); return("Invalid digest type");
case FKO_ERROR_INVALID_ALLOW_IP: case FKO_ERROR_INVALID_ALLOW_IP:
return("Invalid allow IP address in the SPA mesage data"); return("Invalid allow IP address in the SPA message data");
case FKO_ERROR_INVALID_SPA_COMMAND_MSG: case FKO_ERROR_INVALID_SPA_COMMAND_MSG:
return("Invalid SPA command mesage format"); return("Invalid SPA command message format");
case FKO_ERROR_INVALID_SPA_ACCESS_MSG: case FKO_ERROR_INVALID_SPA_ACCESS_MSG:
return("Invalid SPA access mesage format"); return("Invalid SPA access message format");
case FKO_ERROR_INVALID_SPA_NAT_ACCESS_MSG: case FKO_ERROR_INVALID_SPA_NAT_ACCESS_MSG:
return("Invalid SPA nat_access mesage format"); return("Invalid SPA nat_access message format");
case FKO_ERROR_INVALID_ENCRYPTION_TYPE: case FKO_ERROR_INVALID_ENCRYPTION_TYPE:
return("Invalid encryption type"); return("Invalid encryption type");

View File

@ -1,7 +1,7 @@
/* /*
***************************************************************************** *****************************************************************************
* *
* File: fko_mesage.c * File: fko_message.c
* *
* Author: Damien S. Stuart * Author: Damien S. Stuart
* *