]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
Krazy fixes: cleanup all headers
[kdenlive] / src / docclipbase.h
index a956bf7398d59478a4bd5384d1291d4b19f26f90..a690377a998e76fd63636f39a6b6b14516fe8f72 100644 (file)
@@ -50,7 +50,7 @@ class Producer;
 class DocClipBase: public QObject {
 Q_OBJECT public:
     /** this enum determines the types of "feed" available within this clip. types must be non-exclusive
-     * - e.g. if you can have audio and video seperately, it should be possible to combin the two, as is
+     * - e.g. if you can have audio and video separately, it should be possible to combin the two, as is
      *   done here. If a new clip type is added then it should be possible to combine it with both audio
      *   and video. */