From 5182e629db098f3d9781e996ddb7f7d1b12f9cd1 Mon Sep 17 00:00:00 2001 From: Marnix Croes <93143998+MarnixCroes@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:10:43 +0300 Subject: [PATCH] fix typo in config description --- src/parser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parser.cpp b/src/parser.cpp index a85888a0..b1c410a3 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -891,7 +891,7 @@ options_metadata parser::load_settings() THROWS ( "admin.allow_opaque_origin", value(&configured.server.admin.allow_opaque_origin), - "Allow requests from opaue origin (see CORS), multiple allowed, defaults to false." + "Allow requests from opaque origin (see CORS), multiple allowed, defaults to false." ) ( "admin.path", @@ -978,7 +978,7 @@ options_metadata parser::load_settings() THROWS ( "native.allow_opaque_origin", value(&configured.server.native.allow_opaque_origin), - "Allow requests from opaue origin (see CORS), multiple allowed, defaults to false." + "Allow requests from opaque origin (see CORS), multiple allowed, defaults to false." ) ( "native.path", @@ -1080,7 +1080,7 @@ options_metadata parser::load_settings() THROWS ( "bitcoind.allow_opaque_origin", value(&configured.server.bitcoind.allow_opaque_origin), - "Allow requests from opaue origin (see CORS), multiple allowed, defaults to false." + "Allow requests from opaque origin (see CORS), multiple allowed, defaults to false." ) /* [electrum] */