[DVDnav-discuss] r1223 - trunk/libdvdnav/src/dvdnav/dvdnav.h
erik
subversion at mplayerhq.hu
Sat Feb 12 21:29:59 CET 2011
Author: erik
Date: Sat Feb 12 21:29:58 2011
New Revision: 1223
Log:
Fix typos
Mike Castle kindly sent a patch to fix a few typos in dvdnav.h.
Thanks Mike!
Modified:
trunk/libdvdnav/src/dvdnav/dvdnav.h
Modified: trunk/libdvdnav/src/dvdnav/dvdnav.h
==============================================================================
--- trunk/libdvdnav/src/dvdnav/dvdnav.h Mon Jan 31 00:44:16 2011 (r1222)
+++ trunk/libdvdnav/src/dvdnav/dvdnav.h Sat Feb 12 21:29:58 2011 (r1223)
@@ -180,7 +180,7 @@ dvdnav_status_t dvdnav_get_PGC_positioni
*********************************************************************/
/*
- * 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 @@ dvdnav_status_t dvdnav_time_search(dvdna
/*
* 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 @@ dvdnav_status_t dvdnav_spu_language_sele
/*
* 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_to_lang(dvd
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 @@ user_ops_t dvdnav_get_restrictions(dvdna
*/
/*
- * 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);
More information about the DVDnav-discuss
mailing list