diff --git a/configure.ac b/configure.ac index 639fc20c5..01680ac63 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 20efa1d1f..592c3def7 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 b36debb1e..859fe9afd 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, /**