summaryrefslogtreecommitdiffstats
path: root/playtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'playtree.c')
-rw-r--r--playtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playtree.c b/playtree.c
index 0f3ec5737a..ead621b4fe 100644
--- a/playtree.c
+++ b/playtree.c
@@ -169,7 +169,7 @@ play_tree_remove(play_tree_t* pt, int free_it, int with_children) {
assert(pt->prev->next == pt);
#endif
pt->prev->next = NULL;
- } // Begining of list
+ } // Beginning of list
else if(pt->next) {
#ifdef MP_DEBUG
assert(pt->next->prev == pt);