summaryrefslogtreecommitdiff
path: root/src/wx/verify_dcp_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-02-10 00:05:00 +0100
committerCarl Hetherington <cth@carlh.net>2022-02-10 00:15:51 +0100
commitae99de82d9b459a8136abfc7f96f149d772a440b (patch)
tree7b283819bb5339d6945ea87fde7da85f0a2c55df /src/wx/verify_dcp_dialog.cc
parentd6bdca3cb6a7571ed82ac405cc21db9ef809c0b3 (diff)
Fix typo instrinsic -> intrinsic (thanks Mikhail Epshteyn)
Diffstat (limited to 'src/wx/verify_dcp_dialog.cc')
-rw-r--r--src/wx/verify_dcp_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/verify_dcp_dialog.cc b/src/wx/verify_dcp_dialog.cc
index 3c4e1ef48..3ab9062c7 100644
--- a/src/wx/verify_dcp_dialog.cc
+++ b/src/wx/verify_dcp_dialog.cc
@@ -149,7 +149,7 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, shared_ptr<VerifyDCPJob> job
add(i, _("No ASSETMAP or ASSETMAP.xml file was found."));
break;
case dcp::VerificationNote::Code::INVALID_INTRINSIC_DURATION:
- add(i, _("The asset %n has an instrinsic duration of less than 1 second, which is invalid."));
+ add(i, _("The asset %n has an intrinsic duration of less than 1 second, which is invalid."));
break;
case dcp::VerificationNote::Code::INVALID_DURATION:
add(i, _("The asset %n has a duration of less than 1 second, which is invalid."));