Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Apr 27, 2024
1 parent 59d3feb commit 0f687cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toxav/toxav.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ ToxAV *toxav_new(Tox *tox, Toxav_Err_New *error)
init_decode_time_stats(&av->video_stats);
av->msi->av = av;

// save Tox object into toxcore
// save ToxAV object into toxcore
tox_set_av_object(av->tox, av);

msi_callback_invite(av->msi, callback_invite);
Expand Down

0 comments on commit 0f687cf

Please sign in to comment.