Skip to content

Commit d20b317

Browse files
authored
Merge pull request #655 from MarnixCroes/typo-fix-description
fix typo in config description
2 parents efcb527 + 5182e62 commit d20b317

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/parser.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)