diff libmpdvdkit2/libdvdcss.c @ 20415:8e6981e8f50a

Sync cosmetics from upstream libdvdcss.
author diego
date Tue, 24 Oct 2006 17:30:11 +0000
parents e5d97c5f3c32
children cef706926f20
line wrap: on
line diff
--- a/libmpdvdkit2/libdvdcss.c	Tue Oct 24 16:24:48 2006 +0000
+++ b/libmpdvdkit2/libdvdcss.c	Tue Oct 24 17:30:11 2006 +0000
@@ -159,7 +159,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.
  */
 extern dvdcss_t dvdcss_open ( char *psz_target )
 {
@@ -550,14 +550,14 @@
 }
 
 /**
- * \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.
  * \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.
  */
 extern char * dvdcss_error ( dvdcss_t dvdcss )