X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.cpp;h=9f9a3ff082ecce8d89473f46ce23c347721df58a;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=2235c073f41e35527b7d3617034b61f5fbdae268;hpb=ac4cca6ed46754ef73109a9ab8eb1c714f111d49;p=lyx.git diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index 2235c073f4..9f9a3ff082 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -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) {