Fix some spelling mistakes (mostly in comments).
[dcpomatic.git] / src / wx / screen_dialog.cc
index 38e6a85bfff392c885a6c9d0869cfe664480484a..716f9e9eb3db91dbdb16546a19447e0084e0558f 100644 (file)
@@ -70,7 +70,7 @@ public:
                                _certificate = dcp::Certificate(dcp::file_to_string(wx_to_std(d->GetPath())));
                                _thumbprint->SetValue (std_to_wx(_certificate->thumbprint()));
                        } catch (dcp::MiscError& e) {
-                               error_dialog (this, wxString::Format(_("Could not load certficate (%s)"), std_to_wx(e.what())));
+                               error_dialog(this, wxString::Format(_("Could not load certificate (%s)"), std_to_wx(e.what())));
                        }
                }
        }