diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-09 01:24:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-09 01:24:48 +0200 |
| commit | c80f7a440de73dead499764b4073d39d54c68b9f (patch) | |
| tree | 1020615dc990651723e5d1bce2c48d8cb89a03cd /src/tools | |
| parent | 61962b2d8f6ef4493465d6aa433f3069c24c46a8 (diff) | |
Fix some comment typos.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 78543919f..4d494bb63 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1452,7 +1452,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(); |
