mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed some fatal spelling mistakes
This commit is contained in:
parent
a7a225d1d6
commit
580c4a60df
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user