From 363771ea3c13e11dd2bf6f4fb6aed724652fdabb Mon Sep 17 00:00:00 2001 From: Eniz Vukovic Date: Tue, 13 Oct 2015 00:35:46 +0200 Subject: [PATCH] Fix typo and change logger config option --- configure.ac | 4 ++-- other/apidsl/toxav.in.h | 2 +- toxav/toxav.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 639fc20c..01680ac6 100644 --- a/configure.ac +++ b/configure.ac @@ -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" diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h index 20efa1d1..592c3def 100644 --- a/other/apidsl/toxav.in.h +++ b/other/apidsl/toxav.in.h @@ -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, /** diff --git a/toxav/toxav.h b/toxav/toxav.h index b36debb1..859fe9af 100644 --- a/toxav/toxav.h +++ b/toxav/toxav.h @@ -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, /**