play.c: Check whether filter ->close() is NULL.
[paraslash.git] / gui_theme.c
index 9e90029b28f83290849a85ac4392f444b2aeccda..fb8f2f9c367101eb3b4111fe133df9c8806b72c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2014 Andre Noll <maan@tuebingen.mpg.de>
+ * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -416,7 +416,7 @@ void theme_init(const char *name, struct gui_theme *t)
  * \param t Theme definition is stored here.
  *
  * This picks the theme that comes before the currently active one, or the last
- * availabe theme, if the current one is the first.
+ * available theme, if the current one is the first.
  *
  * \sa \ref theme_next().
  */
@@ -430,7 +430,7 @@ void theme_prev(struct gui_theme *t)
  *
  * \param t Theme definition is stored here.
  *
- * This works exacly as theme_prev() but cycles forwards through the list of
+ * This works exactly as theme_prev() but cycles forwards through the list of
  * available themes.
  */
 void theme_next(struct gui_theme *t)