From: Richard Heck Date: Sat, 24 Oct 2009 20:21:54 +0000 (+0000) Subject: Fix a couple typos. X-Git-Tag: 2.0.0~5321 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e3cb00d7c7da819e3ba4760c1a75c8d60924bfb6;p=lyx.git Fix a couple typos. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31717 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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. */