summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-24 11:12:40 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-24 11:12:40 +0100
commit5e49d8faab8627ab8449ff6db5e86b02dcee1661 (patch)
tree1692e07aa7ff6a93eb74244eca751e2b5bee3e48 /src
parentddca0220505ffbd7871d226d9b8adde84fe89de5 (diff)
Update comment.
Diffstat (limited to 'src')
-rw-r--r--src/lib/film.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 96ea930cc..cbe6d7b6b 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -153,7 +153,7 @@ public:
NONE,
NAME,
USE_ISDCF_NAME,
- /** The playlist's content list has changed (i.e. content has been added, moved around or removed) */
+ /** The playlist's content list has changed (i.e. content has been added or removed) */
CONTENT,
DCP_CONTENT_TYPE,
CONTAINER,