]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui_theme.c
Assorted typo fixes in comments.
[paraslash.git] / gui_theme.c
index 9e90029b28f83290849a85ac4392f444b2aeccda..d68ddeeb91d9c3bc72ca838fd13a354c21c15813 100644 (file)
@@ -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)