|
@@ -77,7 +77,7 @@ static char *responseNames[] = {"Authorize",
|
|
|
"SecurityEventNotification",
|
|
|
"SignCertificate",
|
|
|
"StatusNotification",
|
|
|
- "TransactionEven" };
|
|
|
+ "TransactionEvent" };
|
|
|
|
|
|
static FunPtr funs[] = {handleAuthorizeResponse,
|
|
|
handleBootNotificationResponse,
|
|
@@ -103,7 +103,7 @@ static FunPtr funs[] = {handleAuthorizeResponse,
|
|
|
handleSecurityEventNotificationResponse,
|
|
|
handleSignCertificateResponse,
|
|
|
handleStatusNotificationResponse,
|
|
|
- handleTransactionEvenResponse};
|
|
|
+ handleTransactionEventResponse};
|
|
|
|
|
|
static FunCallPtr funcalls[] = {handleCancelReservationRequest,
|
|
|
handleCertificateSignedRequest,
|