overightarrow -> overrightarrow

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2670 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2001-09-03 18:42:50 +00:00
parent 2bf31f927f
commit bc88ac96d7

View 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 },