# HG changeset patch # User erik # Date 1297542598 0 # Node ID f30f443d384116708e8c5196601d5e6ca8474c36 # Parent 34e632fb6a398161dd2218ca18a2b7bccaecf3b2 Fix typos Mike Castle kindly sent a patch to fix a few typos in dvdnav.h. Thanks Mike! diff -r 34e632fb6a39 -r f30f443d3841 dvdnav/dvdnav.h --- 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);