[DVDnav-discuss] r1226 - trunk/libdvdnav/src/highlight.c

erik subversion at mplayerhq.hu
Sun Mar 20 19:06:39 CET 2011


Author: erik
Date: Sun Mar 20 19:06:39 2011
New Revision: 1226

Log:
Fix typos in comments

Mike Castle <dalgoda PLUS mplayer AT gmail DOT com> continues his
excellent job of finding issues in the comments. This patch has two
fixes for typos. Thanks Mike!

Modified:
   trunk/libdvdnav/src/highlight.c

Modified: trunk/libdvdnav/src/highlight.c
==============================================================================
--- trunk/libdvdnav/src/highlight.c	Sat Feb 26 21:32:32 2011	(r1225)
+++ trunk/libdvdnav/src/highlight.c	Sun Mar 20 19:06:39 2011	(r1226)
@@ -368,7 +368,7 @@ dvdnav_status_t dvdnav_button_activate(d
 
   button_ptr = get_current_button(this, pci);
   /* Finally, make the VM execute the appropriate code and probably
-   * scedule a jump */
+   * schedule a jump */
 #ifdef BUTTON_TESTING
   fprintf(MSG_OUT, "libdvdnav: Evaluating Button Activation commands.\n");
 #endif
@@ -425,7 +425,7 @@ dvdnav_status_t dvdnav_button_select(dvd
   }
 
   this->vm->state.HL_BTNN_REG = (button << 10);
-  this->position_current.button = -1; /* Force Highligh change */
+  this->position_current.button = -1; /* Force Highlight change */
 
   return DVDNAV_STATUS_OK;
 }


More information about the DVDnav-discuss mailing list