]> git.lyx.org Git - lyx.git/commitdiff
Fix a couple typos.
authorRichard Heck <rgheck@comcast.net>
Sat, 24 Oct 2009 20:21:54 +0000 (20:21 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 24 Oct 2009 20:21:54 +0000 (20:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31717 a592a061-630c-0410-9148-cb99ea01b6c8

src/Layout.h

index b9d33473894d04c2071e551d7ae1c7ef861af12c..e96d9ee9886dcc04ed14516307fa00d83bbd2202 100644 (file)
@@ -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.
  */