summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-24 10:27:56 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-24 10:27:56 +0100
commit360f49fad409d1e37318ffcf3069c4111c19c7b8 (patch)
treee872689ec14485630f52eddc142bd1924eed1ae7 /src/tools/dcpomatic.cc
parent1b4bb48ed28295f7c647adca041cc29fb061b2a1 (diff)
parentbccbbe081b484f48101d76ec52aee922efa2fc50 (diff)
Merge branch 'master' of git.carlh.net:git/dcpomatic
Diffstat (limited to 'src/tools/dcpomatic.cc')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index fa89a4871..fe3a43f71 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -415,7 +415,7 @@ private:
} catch (exception& e) {
error_dialog (this, e.what ());
} catch (...) {
- error_dialog (this, _("An unknown exeception occurred."));
+ error_dialog (this, _("An unknown exception occurred."));
}
d->Destroy ();