shithub: libdvdcss

Download patch

ref: 46558053bb3a77808b709cc932dd7e1acbb93671
parent: 2bcd77d8847d10f3e0b2a2354e7c0949d3132dd2
author: Jean-Baptiste Kempf <jb@videolan.org>
date: Tue Aug 16 06:41:24 EDT 2011

Fix typos in README and INSTALL




--- a/INSTALL
+++ b/INSTALL
@@ -34,7 +34,7 @@
 
 - natively on Windows, using MSYS + MINGW (www.mingw.org):
 
- (MSYS is a minimal build environnement to compile unixish projects under
+ (MSYS is a minimal build environment to compile unixish projects under
   windoze. It provides all the common unix tools like sh, gmake...)
 
  You will need to download and install the latest MSYS (version 1.0.7 as
--- a/README
+++ b/README
@@ -18,12 +18,12 @@
 Running lidvdcss
 ================
 
-The behaviourof the library can be affected by changing two environment
+The behaviour of the library can be affected by changing two environment
 variables:
   DVDCSS_METHOD={title|disc|key}: method for key decryption
     title: decrypted title key is guessed from the encrypted sectors of
            the stream. Thus it should work with a file as well as the
-           DVD device. But it sometimes takes much time to decrypt a title
+           DVD device. But it sometimes takes too much time to decrypt a title
            key and may even fail. With this method, the key is only checked
            at the beginning of each title, so it won't work if the key
            changes in the middle of a title.
@@ -33,7 +33,7 @@
            compilation time. If you do, the decryption of the disc key
            will be faster with this method. It is the one that was used by
            libcss.
-           This is the default method,
+           This is the default method.
   DVDCSS_VERBOSE={0|1|2}: libdvdcss verbosity
     0: no error messages, no debug messages (this is the default)
     1: only error messages