Fix typos in InsetListingsParams validator

This commit is contained in:
Juergen Spitzmueller 2014-05-06 20:17:03 +02:00
parent fdd5a1bd5f
commit e43e4456ea

View 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);