Fix some spelling mistakes (mostly in comments).
[dcpomatic.git] / test / config_test.cc
index fc3a27601e4d763a646b744621652a98c3b4810a..e905500852428e9e8a56afb202342101457b3a22 100644 (file)
@@ -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 (...) {}