changeset 413:f30f443d3841 src

Fix typos Mike Castle kindly sent a patch to fix a few typos in dvdnav.h. Thanks Mike!
author erik
date Sat, 12 Feb 2011 20:29:58 +0000
parents 34e632fb6a39
children a67a8292eefe
files dvdnav/dvdnav.h
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/dvdnav/dvdnav.h	Sun Nov 21 23:59:43 2010 +0000
+++ b/dvdnav/dvdnav.h	Sat Feb 12 20:29:58 2011 +0000
@@ -180,7 +180,7 @@
  *********************************************************************/
 
 /*
- * These functions are used to poll the playback enginge and actually get data
+ * These functions are used to poll the playback engine and actually get data
  * off the DVD.
  */
 
@@ -389,7 +389,7 @@
 
 /*
  * Stop playing current position and play the "GoUp"-program chain.
- * (which generally leads to the title menu or a higer-level menu).
+ * (which generally leads to the title menu or a higher-level menu).
  */
 dvdnav_status_t dvdnav_go_up(dvdnav_t *self);
 
@@ -541,7 +541,7 @@
 /*
  * Return a string describing the title of the DVD.
  * This is an ID string encoded on the disc by the author. In many cases
- * this is a descriptive string such as `THE_MATRIX' but sometimes is sigularly
+ * this is a descriptive string such as `THE_MATRIX' but sometimes is singularly
  * uninformative such as `PDVD-011421'. Some DVD authors even forget to set this,
  * so you may also read the default of the authoring software they used, like
  * `DVDVolume'.
@@ -591,7 +591,7 @@
 uint16_t dvdnav_audio_stream_format(dvdnav_t *self, uint8_t stream);
 
 /*
- * Returns number of channelsn in *logical* audio stream 'stream'
+ * Returns number of channels in *logical* audio stream 'stream'
  * (returns 0xffff if no such stream).
  */
 uint16_t dvdnav_audio_stream_channels(dvdnav_t *self, uint8_t stream);
@@ -660,7 +660,7 @@
  */
 
 /*
- * Sets the current angle. If you try to follow a non existant angle
+ * Sets the current angle. If you try to follow a non existent angle
  * the call fails.
  */
 dvdnav_status_t dvdnav_angle_change(dvdnav_t *self, int32_t angle);