Skip to content
Snippets Groups Projects
Unverified Commit ba96b4b2 authored by Dimitri Papadopoulos's avatar Dimitri Papadopoulos Committed by Dimitri Papadopoulos
Browse files

Typos found by codespell

parent 812aacbf
No related branches found
No related tags found
1 merge request!7Typos found by codespell
Pipeline #224325 passed with stages
in 17 seconds
......@@ -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.
......
......@@ -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])
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment