[LyX/master] Fix a typo in a comment

2022-12-27 Thread Thibaut Cuvelier
commit 4aeba17895cac6fa2e563f315eb7292eb508271f
Author: Thibaut Cuvelier 
Date:   Wed Dec 28 02:32:05 2022 +0100

Fix a typo in a comment
---
 src/tex2lyx/dummy_impl.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tex2lyx/dummy_impl.cpp b/src/tex2lyx/dummy_impl.cpp
index 62436af..30eb847 100644
--- a/src/tex2lyx/dummy_impl.cpp
+++ b/src/tex2lyx/dummy_impl.cpp
@@ -10,7 +10,7 @@
 
 /**
  * This file contains dummy implementation of some methods that are
- * needed byclasses used by tex2lyx. This allows to reduce the number
+ * needed by classes used by tex2lyx. This allows to reduce the number
  * of classes we have to link against.
 */
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix a typo in a comment.

2022-12-26 Thread Thibaut Cuvelier
commit 8b6ec979ff26f36062f4cad07cce0c11a4583c6b
Author: Thibaut Cuvelier 
Date:   Mon Dec 26 02:44:29 2022 +0100

Fix a typo in a comment.
---
 src/Paragraph.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index e2338ba..6baac81 100644
--- a/src/Paragraph.cpp
+++ b/src/Paragraph.cpp
@@ -3589,7 +3589,7 @@ std::tuple, 
std::vector, std::vectorhttp://lists.lyx.org/mailman/listinfo/lyx-cvs


[LyX/master] Fix a typo in copied comment.

2022-07-31 Thread Stephan Witt
commit 83bea9c8c131413d10087ae9f5d4ca4b7dceda19
Author: Stephan Witt 
Date:   Sun Jul 31 23:35:14 2022 +0200

Fix a typo in copied comment.
---
 lib/configure.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/configure.py b/lib/configure.py
index ab205dd..a1a1006 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -545,7 +545,7 @@ def checkViewerNoRC(description, progs, rc_entry=None, 
path=None):
 
 
 def checkEditorNoRC(description, progs, rc_entry=None, path=None):
-''' The same as checkViewer, but do not add rc entry '''
+''' The same as checkEditor, but do not add rc entry '''
 if rc_entry is None:
 rc_entry = []
 if path is None:
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs