summaryrefslogtreecommitdiff
path: root/src/lib/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/playlist.h')
-rw-r--r--src/lib/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h
index 5346dd5e7..a31b6826e 100644
--- a/src/lib/playlist.h
+++ b/src/lib/playlist.h
@@ -41,7 +41,7 @@ class Region;
* @brief A set of content files (video and audio), with knowledge of how they should be arranged into
* a DCP.
*
- * This class holds Content objects, and it knows how they should be arranged. At the moment
+ * This class holds Content objects, and it knows how they should be arranged. At the moment
* the ordering is implicit; video content is placed sequentially, and audio content is taken
* from the video unless any sound-only files are present. If sound-only files exist, they
* are played simultaneously (i.e. they can be split up into multiple files for different channels)