From: Richard Kimberly Heck Date: Fri, 18 Dec 2020 21:19:28 +0000 (-0500) Subject: typo X-Git-Tag: 2.4.0-alpha3~460 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a4c9a5010e616e9f68a5e9dd981d5fb91386d6b1;p=lyx.git typo --- diff --git a/src/VCBackend.h b/src/VCBackend.h index d9839064a2..b3f4e14ff1 100644 --- a/src/VCBackend.h +++ b/src/VCBackend.h @@ -492,7 +492,7 @@ public: explicit GIT(support::FileName const & m, Buffer * b); - /// Determine whether the file is under RCS control + /// Determine whether the file is under GIT control /// \return the file itself if so, else empty static support::FileName const findFile(support::FileName const & file);