stat.c: Fix a typo.
authorAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 20:23:36 +0000 (22:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 20:23:36 +0000 (22:23 +0200)
stat.c

diff --git a/stat.c b/stat.c
index 8a2f8df49b282038ef4a4dd6007136ad0cbfaef7..ed63ec36b36ff89b5dfc0767ddb6720a6b4a45bb 100644 (file)
--- 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",