# HG changeset patch # User erik # Date 1300644399 0 # Node ID 47c4e70d43ae8b03eb37643129de6c8993f838e1 # Parent a67a8292eefee8ac94a383c4b298667433aee114 Fix typos in comments Mike Castle continues his excellent job of finding issues in the comments. This patch has two fixes for typos. Thanks Mike! diff -r a67a8292eefe -r 47c4e70d43ae highlight.c --- 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; }