From e3cb00d7c7da819e3ba4760c1a75c8d60924bfb6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 24 Oct 2009 20:21:54 +0000 Subject: [PATCH] Fix a couple typos. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31717 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Layout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Layout.h b/src/Layout.h index b9d3347389..e96d9ee988 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -28,12 +28,12 @@ class Language; class Lexer; class TextClass; -/* Fix labels are printed flushright, manual labels flushleft. +/* Fixed labels are printed flushright, manual labels flushleft. * MARGIN_MANUAL and MARGIN_FIRST_DYNAMIC are *only* for LABEL_MANUAL, * MARGIN_DYNAMIC and MARGIN_STATIC are *not* for LABEL_MANUAL. * This seems a funny restriction, but I think other combinations are * not needed, so I will not change it yet. - * Correction: MARGIN_FIRST_DYNAMIC also usable with LABEL_STATIC + * Correction: MARGIN_FIRST_DYNAMIC also usable with LABEL_STATIC. */ -- 2.39.5