[PATCH] libdvdcss - typos found by codespell
Dimitri Papadopoulos <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vlc.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, This fixes a couple of typos found by codespell, as well as a couple trailing spaces. _______________________________________________ vlc-devel mailing list To unsubscribe or modify your subscription options: https://mailman.videolan.org/listinfo/vlc-devel
0001-Typos-found-by-codespell.patch
(text/x-patch, 2.6 KB)
From 1908f4f01482c0eca6759f23991ec5d2ce5e4767 Mon Sep 17 00:00:00 2001
From: Dimitri Papadopoulos
Date: Wed, 8 Sep 2021 11:00:00 +0200
Subject: [PATCH] Typos found by codespell
---
INSTALL | 2 +-
NEWS | 2 +-
README.md | 2 +-
doc/doxygen.cfg.in | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/INSTALL b/INSTALL
index fb78a2d..85d13c6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -50,7 +50,7 @@ There are two alternative ways to build libdvdcss for Windows.
or for a 64-bit target platform:
./configure --host=x86_64-w64-mingw32
- make
+ make
- natively on Windows with MSYS + MinGW (www.mingw.org):
diff --git a/NEWS b/NEWS
index 47311d6..370f995 100644
--- a/NEWS
+++ b/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.
diff --git a/README.md b/README.md
index 83a7b96..95a1a63 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
**Libdvdcss** is a portable abstraction **lib**rary for **DVD** decryption.
-It is part of the **VideoLAN** project, which among other things produces **VLC**, a full video client/server streaming solution.
+It is part of the **VideoLAN** project, which among other things produces **VLC**, a full video client/server streaming solution.
**VLC** can also be used as a standalone program to **play video streams** from a hard disk or a DVD.
diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 23da438..71abe61 100644
--- a/doc/doxygen.cfg.in
+++ b/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.
--
2.25.1