diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-11 22:53:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-11 22:56:52 +0200 |
| commit | 4e294c86423e7f27db287c3c794997a4621008d0 (patch) | |
| tree | 6b2c99f589a6a14799ee35529b3e8caff33ecc74 /src/dcp_time.h | |
| parent | 2cb2078282c8b799d7a0d0016e1518f1a4b55af1 (diff) | |
Fix typos in comments.
Diffstat (limited to 'src/dcp_time.h')
| -rw-r--r-- | src/dcp_time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index dbfdb7f0..506dafda 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -108,7 +108,7 @@ public: * HH:MM:SS:EE for SMPTE * HH:MM:SS:E[E[E]] or HH:MM:SS.s[s[s]] for Interop * where HH are hours, MM minutes, SS seconds, EE editable units and - * sss millseconds. + * sss milliseconds. * * @param tcr_ Timecode rate if this is a SMPTE time, otherwise empty for an Interop time */ @@ -139,7 +139,7 @@ public: int64_t as_editable_units_ceil (int tcr_) const; /** @param tcr_ New timecode rate - * @return A new Time which is this time at the spcified new timecode rate + * @return A new Time which is this time at the specified new timecode rate */ Time rebase (int tcr_) const; |
