[LyX/master] Typo
Pavel Sanda
sanda at lyx.org
Sat Dec 19 16:58:37 UTC 2020
commit db52066d6aa6ec48e77e2a33f2ce19dd306a1541
Author: Pavel Sanda <sanda at lyx.org>
Date: Sat Dec 19 18:29:10 2020 +0100
Typo
---
src/LyXVC.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/LyXVC.cpp b/src/LyXVC.cpp
index 1e6cb12..7e7e770 100644
--- a/src/LyXVC.cpp
+++ b/src/LyXVC.cpp
@@ -99,9 +99,8 @@ bool LyXVC::file_found_hook(FileName const & fn)
bool LyXVC::file_not_found_hook(FileName const & fn)
{
// Check if file is under version control.
- // This happens if we are trying to load does not exist.
- // It may yet exist in the repository and so could be
- // checked out.
+ // This happens if we are trying to load file that does not exist.
+ // It may yet exist in the repository and so could be checked out.
bool foundRCS = !RCS::findFile(fn).empty();
bool foundCVS = foundRCS ? false : !CVS::findFile(fn).empty();
bool foundSVN = (foundRCS || foundCVS) ? false : SVN::findFile(fn);
More information about the lyx-cvs
mailing list