shithub: libdvdcss

Download patch

ref: ba96b4b2aabf046b4de762781e1fcaa76e7a3b7e
parent: 812aacbf7d77c3074a4ed16353812cf4ca328b49
author: Dimitri Papadopoulos <dpo@sfr.fr>
date: Fri Oct 1 09:09:24 EDT 2021

Typos found by codespell

--- a/NEWS
+++ b/NEWS
@@ -36,7 +36,7 @@
   * 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.
--- a/configure.ac
+++ b/configure.ac
@@ -221,7 +221,7 @@
 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])
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -1065,7 +1065,7 @@
 # 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.