Fixed some fatal spelling mistakes

This commit is contained in:
Imperative 2014-11-26 00:19:57 +01:00
parent a7a225d1d6
commit 580c4a60df

View File

@ -69,12 +69,12 @@ typedef enum {
typedef enum {
av_CallNonExistant = -1,
av_CallNonExistent = -1,
av_CallInviting, /* when sending call invite */
av_CallStarting, /* when getting call invite */
av_CallActive,
av_CallHold,
av_CallHanged_up
av_CallHungUp
} ToxAvCallState;
/**