Fixed a typo in a comment.

This commit is contained in:
Steven Panek 2010-11-01 03:36:43 +00:00
parent ea3c006195
commit 0ff85978f2

View file

@ -88,7 +88,7 @@ void progress_bar::draw_contents()
text_area.y
);
// Draw a white text section for the hilighted area
// Draw a white text section for the highlighted area
// of the bar
SDL_Rect selected_text_location = location();
selected_text_location.w = inner_area.w;