From: Andre Noll Date: Tue, 23 Oct 2007 20:23:36 +0000 (+0200) Subject: stat.c: Fix a typo. X-Git-Tag: v0.3.0~231 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e1a71def2832a108ed081b4ad8981cc94e8a1412 stat.c: Fix a typo. --- diff --git a/stat.c b/stat.c index 8a2f8df4..ed63ec36 100644 --- a/stat.c +++ b/stat.c @@ -44,11 +44,9 @@ static struct list_head client_list; static int initialized; static int num_clients; -/** - * the list of all status items sent by para_server/para_audiod - */ +/** The list of all status items used by para_server/para_audiod. */ const char *status_item_list[NUM_STAT_ITEMS] = { - [SI_BASENAME] = "basnemae", + [SI_BASENAME] = "basename", [SI_STATUS] = "status", [SI_NUM_PLAYED] = "num_played",