Fix typo and change logger config option

This commit is contained in:
Eniz Vukovic 2015-10-13 00:35:46 +02:00
parent bb67d9b273
commit 363771ea3c
3 changed files with 4 additions and 4 deletions

View File

@ -82,8 +82,8 @@ AC_ARG_ENABLE([randombytes-stir],
]
)
AC_ARG_ENABLE([logger],
[AC_HELP_STRING([--enable-logger], [enable logging (default: auto)]) ],
AC_ARG_ENABLE([logging],
[AC_HELP_STRING([--enable-logging], [enable logging (default: auto)]) ],
[
if test "x$enableval" = "xyes"; then
TOX_LOGGER="yes"

View File

@ -389,7 +389,7 @@ enum class CALL_CONTROL {
/**
* Request that the friend stops sending video. Regardless of the friend's
* compliance, this will cause the ${event video.receive_frame} event to stop being
* triggered on receiving an video frame from the friend.
* triggered on receiving a video frame from the friend.
*/
HIDE_VIDEO,
/**

View File

@ -431,7 +431,7 @@ typedef enum TOXAV_CALL_CONTROL {
/**
* Request that the friend stops sending video. Regardless of the friend's
* compliance, this will cause the video_receive_frame event to stop being
* triggered on receiving an video frame from the friend.
* triggered on receiving a video frame from the friend.
*/
TOXAV_CALL_CONTROL_HIDE_VIDEO,
/**