X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_theme.c;h=fb8f2f9c367101eb3b4111fe133df9c8806b72c0;hp=b860b359c120318f7693e2816345c6f0a604d7db;hb=a7b65e41e2062c44c535f7cb4609e7988fc8ac0d;hpb=093dda1824631372587d107d64601389027c6187 diff --git a/gui_theme.c b/gui_theme.c index b860b359..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)