Fix typos in variable names.
[libdcp.git] / src / reel_interop_closed_caption_asset.h
index dd60ad7181e167cbc85a45ae304d16f69fcea267..5e8f7c1ef306045dce6d1d8b39d84319fec18896 100644 (file)
@@ -51,7 +51,7 @@ namespace dcp {
 class ReelInteropClosedCaptionAsset : public ReelClosedCaptionAsset
 {
 public:
-       ReelInteropClosedCaptionAsset (std::shared_ptr<InteropSubtitleAsset> asset, Fraction edit_rate, int64_t instrinsic_duration, int64_t entry_point);
+       ReelInteropClosedCaptionAsset (std::shared_ptr<InteropSubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
        explicit ReelInteropClosedCaptionAsset (std::shared_ptr<const cxml::Node>);
 
        std::shared_ptr<const InteropSubtitleAsset> interop_asset () const {