]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Remove hardcoded values
[lyx.git] / src / VCBackend.cpp
index 2235c073f41e35527b7d3617034b61f5fbdae268..9f9a3ff082ecce8d89473f46ce23c347721df58a 100644 (file)
@@ -1435,7 +1435,7 @@ bool SVN::fileLock(bool lock, FileName const & tmpf, string &status)
                    + " > " + quoteName(tmpf.toFilesystemEncoding()),
                    FileName(owner_->filePath()));
 
-       // Lock error messages go unfortunately on stderr and are unreachible this way.
+       // Lock error messages go unfortunately on stderr and are unreachable this way.
        ifstream ifs(tmpf.toFilesystemEncoding().c_str());
        string line;
        while (ifs) {