summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-09 01:24:48 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-28 23:42:24 +0200
commite6e220eb80ec8258e417794e0f142ebddffc6c25 (patch)
treed4206a304d18c484954db2f3b88764ccbfa60486 /src/tools
parent16d4dfa8e45b2ed4f39e17ae20c9ba7d36ee42ea (diff)
Fix some comment typos.
Diffstat (limited to 'src/tools')
-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 6ff2d793f..fd7d8919c 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -1443,7 +1443,7 @@ private:
int pos = _history_position;
- /* Clear out non-existant history items before we re-build the menu */
+ /* Clear out non-existent history items before we re-build the menu */
Config::instance()->clean_history ();
auto history = Config::instance()->history();