From 4aeba17895cac6fa2e563f315eb7292eb508271f Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Wed, 28 Dec 2022 02:32:05 +0100 Subject: [PATCH] Fix a typo in a comment --- src/tex2lyx/dummy_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/dummy_impl.cpp b/src/tex2lyx/dummy_impl.cpp index 62436af5e6..30eb847a92 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. */ -- 2.39.5