commit a4e7114d985640bfc5a8305d87fa7c04b18f6708
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Wed Oct 19 11:21:02 2016 +0200

    Typo
---
 src/VCBackend.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp
index 2235c07..9f9a3ff 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) {

Reply via email to