@@ -419,63 +419,63 @@ - (NSMutableDictionary *)messageToDictionary {
419419
420420 switch (eventContent.eventType ) {
421421 case kJMSGEventNotificationAcceptedFriendInvitation : {
422- dict[@" evenType " ] = @" acceptedFriendInvitation" ;
422+ dict[@" eventType " ] = @" acceptedFriendInvitation" ;
423423 break ;
424424 }
425425 case kJMSGEventNotificationAddGroupMembers : {
426- dict[@" evenType " ] = @" group_member_added" ;
426+ dict[@" eventType " ] = @" group_member_added" ;
427427 break ;
428428 }
429429 case kJMSGEventNotificationCreateGroup : {
430- dict[@" evenType " ] = @" createGroup" ;
430+ dict[@" eventType " ] = @" createGroup" ;
431431 break ;
432432 }
433433 case kJMSGEventNotificationCurrentUserInfoChange : {
434- dict[@" evenType " ] = @" currentUserInfoChange" ;
434+ dict[@" eventType " ] = @" currentUserInfoChange" ;
435435 break ;
436436 }
437437 case kJMSGEventNotificationDeclinedFriendInvitation : {
438- dict[@" evenType " ] = @" declinedFriendInvitation" ;
438+ dict[@" eventType " ] = @" declinedFriendInvitation" ;
439439 break ;
440440 }
441441 case kJMSGEventNotificationDeletedFriend : {
442- dict[@" evenType " ] = @" deletedFriend" ;
442+ dict[@" eventType " ] = @" deletedFriend" ;
443443 break ;
444444 }
445445 case kJMSGEventNotificationExitGroup : {
446- dict[@" evenType " ] = @" group_member_exit" ;
446+ dict[@" eventType " ] = @" group_member_exit" ;
447447 break ;
448448 }
449449 case kJMSGEventNotificationLoginKicked : {
450- dict[@" evenType " ] = @" loginKicked" ;
450+ dict[@" eventType " ] = @" loginKicked" ;
451451 break ;
452452 }
453453 case kJMSGEventNotificationMessageRetract : {
454- dict[@" evenType " ] = @" messageRetract" ;
454+ dict[@" eventType " ] = @" messageRetract" ;
455455 break ;
456456 }
457457 case kJMSGEventNotificationReceiveFriendInvitation : {
458- dict[@" evenType " ] = @" receiveFriendInvitation" ;
458+ dict[@" eventType " ] = @" receiveFriendInvitation" ;
459459 break ;
460460 }
461461 case kJMSGEventNotificationReceiveServerFriendUpdate : {
462- dict[@" evenType " ] = @" receiveServerFriendUpdate" ;
462+ dict[@" eventType " ] = @" receiveServerFriendUpdate" ;
463463 break ;
464464 }
465465 case kJMSGEventNotificationRemoveGroupMembers : {
466- dict[@" evenType " ] = @" group_member_removed" ;
466+ dict[@" eventType " ] = @" group_member_removed" ;
467467 break ;
468468 }
469469 case kJMSGEventNotificationServerAlterPassword : {
470- dict[@" evenType " ] = @" serverAlterPassword" ;
470+ dict[@" eventType " ] = @" serverAlterPassword" ;
471471 break ;
472472 }
473473 case kJMSGEventNotificationUpdateGroupInfo : {
474- dict[@" evenType " ] = @" updateGroupInfo" ;
474+ dict[@" eventType " ] = @" updateGroupInfo" ;
475475 break ;
476476 }
477477 case kJMSGEventNotificationUserLoginStatusUnexpected : {
478- dict[@" evenType " ] = @" userLoginStatusUnexpected" ;
478+ dict[@" eventType " ] = @" userLoginStatusUnexpected" ;
479479 break ;
480480 }
481481 default :
0 commit comments