shithub: libdvdcss

Download patch

ref: 495740089fc87dc105166f3b4fcc7cd5e27cb11d
parent: 0602e82b4aba7da791a9eaaeb3e18bc34b0a8e51
author: Sam Hocevar <sam@videolan.org>
date: Tue Sep 19 19:03:53 EDT 2006

* Fixed spelling in documentation. Also testing buildbot.


--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -157,7 +157,7 @@
  * and when possible, the disc key is retrieved.
  *
  * dvdcss_open() returns a handle to be used for all subsequent \e libdvdcss
- * calls. If an error occured, NULL is returned.
+ * calls. If an error occurred, NULL is returned.
  */
 LIBDVDCSS_EXPORT dvdcss_t dvdcss_open ( char *psz_target )
 {
@@ -549,7 +549,7 @@
 }
 
 /**
- * \brief Return a string containing the latest error that occured in the
+ * \brief Return a string containing the latest error that occurred in the
  *        given \e libdvdcss instance.
  *
  * \param dvdcss a \e libdvdcss instance.
@@ -556,7 +556,7 @@
  * \return a null-terminated string containing the latest error message.
  *
  * This function returns a constant string containing the latest error that
- * occured in \e libdvdcss. It can be used to format error messages at your
+ * occurred in \e libdvdcss. It can be used to format error messages at your
  * convenience in your application.
  */
 LIBDVDCSS_EXPORT char * dvdcss_error ( dvdcss_t dvdcss )