]> git.lyx.org Git - lyx.git/commitdiff
InsetMathHull.h: fix typo in comment
authorUwe Stöhr <uwestoehr@web.de>
Sat, 22 May 2010 00:46:57 +0000 (00:46 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 22 May 2010 00:46:57 +0000 (00:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34445 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathHull.h

index d9e11ac4f503bd71bff14592e25c8f4ef2b11b1c..945e0f8a515afea8a2a5e99952efb1b2143c0a8b 100644 (file)
@@ -148,7 +148,7 @@ public:
        ///
        static int displayMargin() { return 12; }
        
-       /// Force inset into LTR environment if surroundings are RTL?
+       /// Force inset into LTR environment if surroundings are RTL
        virtual bool forceLTR() const { return true; }
 
        ///