@@ -891,7 +891,7 @@ options_metadata parser::load_settings() THROWS
891891 (
892892 " admin.allow_opaque_origin" ,
893893 value<bool >(&configured.server .admin .allow_opaque_origin ),
894- " Allow requests from opaue origin (see CORS), multiple allowed, defaults to false."
894+ " Allow requests from opaque origin (see CORS), multiple allowed, defaults to false."
895895 )
896896 (
897897 " admin.path" ,
@@ -978,7 +978,7 @@ options_metadata parser::load_settings() THROWS
978978 (
979979 " native.allow_opaque_origin" ,
980980 value<bool >(&configured.server .native .allow_opaque_origin ),
981- " Allow requests from opaue origin (see CORS), multiple allowed, defaults to false."
981+ " Allow requests from opaque origin (see CORS), multiple allowed, defaults to false."
982982 )
983983 (
984984 " native.path" ,
@@ -1080,7 +1080,7 @@ options_metadata parser::load_settings() THROWS
10801080 (
10811081 " bitcoind.allow_opaque_origin" ,
10821082 value<bool >(&configured.server .bitcoind .allow_opaque_origin ),
1083- " Allow requests from opaue origin (see CORS), multiple allowed, defaults to false."
1083+ " Allow requests from opaque origin (see CORS), multiple allowed, defaults to false."
10841084 )
10851085
10861086 /* [electrum] */
0 commit comments