From: Juergen Spitzmueller Date: Tue, 6 May 2014 18:17:03 +0000 (+0200) Subject: Fix typos in InsetListingsParams validator X-Git-Tag: 2.2.0alpha1~1974 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e43e4456eac72295f228b4819caf81e07af84052;p=features.git Fix typos in InsetListingsParams validator --- diff --git a/src/insets/InsetListingsParams.cpp b/src/insets/InsetListingsParams.cpp index fa488c07d8..62c1dbe953 100644 --- a/src/insets/InsetListingsParams.cpp +++ b/src/insets/InsetListingsParams.cpp @@ -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);