]> git.lyx.org Git - features.git/commitdiff
Fix typos in InsetListingsParams validator
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 6 May 2014 18:17:03 +0000 (20:17 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 6 May 2014 18:17:03 +0000 (20:17 +0200)
src/insets/InsetListingsParams.cpp

index fa488c07d82f60af68a702e285e4003f534d0702..62c1dbe953b16fbb6ad6c874a581559dc6ea5c6b 100644 (file)
@@ -500,11 +500,9 @@ ParValidator::ParValidator()
                ListingsParam("", false, ALL, "", empty_hint);
        all_params_["escapeinside"] =
                ListingsParam("", false, ALL, "", empty_hint);
-       all_params_["escepeinside"] =
+       all_params_["escapebegin"] =
                ListingsParam("", false, ALL, "", empty_hint);
-       all_params_["escepebegin"] =
-               ListingsParam("", false, ALL, "", empty_hint);
-       all_params_["escepeend"] =
+       all_params_["escapeend"] =
                ListingsParam("", false, ALL, "", empty_hint);
        all_params_["fancyvrb"] =
                ListingsParam("", false, TRUEFALSE, "", empty_hint);