From 9431a7b022df2f7ffa6d7f3bd724764089b6f5fd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 13 Apr 2016 19:23:14 +0200 Subject: [PATCH] playlist/Any: fix documentation typo --- src/playlist/PlaylistAny.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist/PlaylistAny.hxx b/src/playlist/PlaylistAny.hxx index c7d8c575b..03d469c0f 100644 --- a/src/playlist/PlaylistAny.hxx +++ b/src/playlist/PlaylistAny.hxx @@ -28,7 +28,7 @@ class Storage; /** * Opens a playlist from the specified URI, which can be either an * absolute remote URI (with a scheme) or a relative path to the - * music orplaylist directory. + * music or playlist directory. */ SongEnumerator * playlist_open_any(const char *uri,