]> git.lyx.org Git - features.git/commitdiff
overightarrow -> overrightarrow
authorDekel Tsur <dekelts@tau.ac.il>
Mon, 3 Sep 2001 18:42:50 +0000 (18:42 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Mon, 3 Sep 2001 18:42:50 +0000 (18:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2670 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/support.C

index 13824a39abc5c8f3fd237233b36df4d9f7db281f..a5be24f8e78ac72e938968cb8c85c3a681d4b03d 100644 (file)
@@ -472,7 +472,7 @@ named_deco_struct deco_table[] = {
        {"underbrace",    brace,      1 },
        {"overbrace",     brace,      3 },
        {"overleftarrow", arrow,      1 },
-       {"overightarrow", arrow,      3 },
+       {"overrightarrow", arrow,      3 },
                                                          
        // Delimiters 
        {"(",            parenth,    0 },