diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-15 01:15:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-15 01:15:55 +0200 |
| commit | c103d8c1306e5fb3937b3a6c430a3fff32653fa3 (patch) | |
| tree | 60609a21e09595990e38d33fa5df2f32a49fe8b9 /test/config_test.cc | |
| parent | 41bab4e95911d3ae99081556db5fe1d29ac008b5 (diff) | |
Fix some spelling mistakes (mostly in comments).
Diffstat (limited to 'test/config_test.cc')
| -rw-r--r-- | test/config_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config_test.cc b/test/config_test.cc index fc3a27601..e90550085 100644 --- a/test/config_test.cc +++ b/test/config_test.cc @@ -177,7 +177,7 @@ BOOST_AUTO_TEST_CASE (config_upgrade_test) boost::filesystem::copy_file ("test/data/2.14.cinemas.xml", dir / "cinemas.xml"); Config::instance(); try { - /* This will fail to write cinemas.xml since the link is to a non-existant directory */ + /* This will fail to write cinemas.xml since the link is to a non-existent directory */ Config::instance()->write(); } catch (...) {} |
