X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=fb8f2f9c367101eb3b4111fe133df9c8806b72c0;hp=9e90029b28f83290849a85ac4392f444b2aeccda;hb=1e601d8798724089ceda0540f1892c6e68c5db82;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d diff --git a/gui_theme.c b/gui_theme.c index 9e90029b..fb8f2f9c 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * 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)