mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix typos in InsetListingsParams validator
This commit is contained in:
parent
fdd5a1bd5f
commit
e43e4456ea
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user