summaryrefslogtreecommitdiff
path: root/src/lib/reel_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-15 01:15:55 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-15 01:15:55 +0200
commitc103d8c1306e5fb3937b3a6c430a3fff32653fa3 (patch)
tree60609a21e09595990e38d33fa5df2f32a49fe8b9 /src/lib/reel_writer.h
parent41bab4e95911d3ae99081556db5fe1d29ac008b5 (diff)
Fix some spelling mistakes (mostly in comments).
Diffstat (limited to 'src/lib/reel_writer.h')
-rw-r--r--src/lib/reel_writer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h
index e578a4813..6e92e8923 100644
--- a/src/lib/reel_writer.h
+++ b/src/lib/reel_writer.h
@@ -91,8 +91,8 @@ public:
return _period;
}
- int first_nonexistant_frame () const {
- return _first_nonexistant_frame;
+ int first_nonexistent_frame () const {
+ return _first_nonexistent_frame;
}
dcp::FrameInfo read_frame_info (std::shared_ptr<InfoFileHandle> info, Frame frame, Eyes eyes) const;
@@ -123,7 +123,7 @@ private:
dcpomatic::DCPTimePeriod _period;
/** the first picture frame index that does not already exist in our MXF */
- int _first_nonexistant_frame;
+ int _first_nonexistent_frame;
/** the data of the last written frame, if there is one */
std::shared_ptr<const dcp::Data> _last_written[static_cast<int>(Eyes::COUNT)];
/** index of this reel within the DCP (starting from 0) */