From gitlab at videolan.org Fri Oct 1 11:40:32 2021 From: gitlab at videolan.org (Jean-Baptiste Kempf (@jbk)) Date: Fri, 01 Oct 2021 13:40:32 +0200 Subject: [libdvdcss-devel] [Git][videolan/libdvdcss][master] Typos found by codespell Message-ID: <6156f3b05f4a3_5b2d1d46369881681bb@gitlab.mail> Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss Commits: ba96b4b2 by Dimitri Papadopoulos at 2021-10-01T13:14:37+02:00 Typos found by codespell - - - - - 3 changed files: - NEWS - configure.ac - doc/doxygen.cfg.in Changes: ===================================== NEWS ===================================== @@ -36,7 +36,7 @@ Changes between 1.3.0 and 1.3.99: * Replace BeOS support by Haiku support. * Add dvdcss_open_stream() to public API. This allows installing custom callback functions for accessing DVD, e.g. over the network. - * dvdcss_error() now returns "const char *" instad of "char *". + * dvdcss_error() now returns "const char *" instead of "char *". * Drop support for MSVC versions before 2010. * Raw device access now errors out if the device cannot be opened. * Miscellaneous cleanups to code, documentation, build system. ===================================== configure.ac ===================================== @@ -221,7 +221,7 @@ CC_FLAG_VISIBILITY([ AM_CONDITIONAL(SYS_MSVC, test "${SYS_MSVC}" = "1") AC_ARG_ENABLE([doc], - AS_HELP_STRING([--disable-doc], [Disable building (with Doxygen) and intalling API documentation @<:@default=auto@:@>])) + AS_HELP_STRING([--disable-doc], [Disable building (with Doxygen) and installing API documentation @<:@default=auto@:@>])) AS_IF([test "x$enable_doc" != "xno"], [ AC_PATH_PROG([DOXYGEN], [doxygen]) ===================================== doc/doxygen.cfg.in ===================================== @@ -1065,7 +1065,7 @@ HTML_STYLESHEET = # defined cascading style sheet that is included after the standard style sheets # created by doxygen. Using this option one can overrule certain style aspects. # This is preferred over using HTML_STYLESHEET since it does not replace the -# standard style sheet and is therefor more robust against future updates. +# standard style sheet and is therefore more robust against future updates. # Doxygen will copy the style sheet file to the output directory. For an example # see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/ba96b4b2aabf046b4de762781e1fcaa76e7a3b7e -- View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/ba96b4b2aabf046b4de762781e1fcaa76e7a3b7e You're receiving this email because of your account on code.videolan.org.