changeset 415:47c4e70d43ae src

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!
author erik
date Sun, 20 Mar 2011 18:06:39 +0000
parents a67a8292eefe
children 4e34a2fce645
files highlight.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/highlight.c	Sat Feb 26 20:32:32 2011 +0000
+++ b/highlight.c	Sun Mar 20 18:06:39 2011 +0000
@@ -368,7 +368,7 @@
 
   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 @@
   }
 
   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;
 }