Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdcss
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libdvdcss
Commits
ba96b4b2
Unverified
Commit
ba96b4b2
authored
3 years ago
by
Dimitri Papadopoulos
Committed by
Dimitri Papadopoulos
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Typos found by codespell
parent
812aacbf
No related branches found
No related tags found
1 merge request
!7
Typos found by codespell
Pipeline
#224325
passed with stages
in 17 seconds
Changes
3
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+1
-1
1 addition, 1 deletion
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
doc/doxygen.cfg.in
+1
-1
1 addition, 1 deletion
doc/doxygen.cfg.in
with
3 additions
and
3 deletions
NEWS
+
1
−
1
View file @
ba96b4b2
...
...
@@ -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 *" inst
e
ad 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.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
ba96b4b2
...
...
@@ -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 in
s
talling API documentation @<:@default=auto@:@>]))
AS_IF([test "x$enable_doc" != "xno"], [
AC_PATH_PROG([DOXYGEN], [doxygen])
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen.cfg.in
+
1
−
1
View file @
ba96b4b2
...
...
@@ -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 therefor
e
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment