summaryrefslogtreecommitdiffstats
path: root/playtreeparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'playtreeparser.c')
-rw-r--r--playtreeparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playtreeparser.c b/playtreeparser.c
index c03c082117..45cdc81e0f 100644
--- a/playtreeparser.c
+++ b/playtreeparser.c
@@ -297,7 +297,7 @@ parse_pls(play_tree_parser_t* p) {
else
entries[num-1].length = strdup(v);
} else
- mp_msg(MSGT_PLAYTREE,MSGL_WARN,"Unknow entry type %s\n",line);
+ mp_msg(MSGT_PLAYTREE,MSGL_WARN,"Unknown entry type %s\n",line);
line = play_tree_parser_get_line(p);
}