From 25ed84409b83b934640d6386c5c09dceae5a8002 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Tue, 10 Jun 2025 14:47:51 +0200 Subject: [PATCH] docs: msgpack: fix spelling warnings/errors The documentation for `msgpack` has two spelling errors: ``` writing output... [ 63%] packages/pkg/msgpack packages/pkg/msgpack.rst:21:msgpackc:["mudpack"] packages/pkg/msgpack.rst:21:cxx:["xxx", "xx", "cox", "c xx", "OSX"] ... Spelling checker messages written to /home/runner/work/hunter/hunter/docs/_spelling/output.txt Warning, treated as error: Found 2 misspelled words ``` Update the documentation properly escaping the target names and in the process making the spellchecker ignoring the "codeblocks". Fixes: https://github.com/cpp-pm/hunter/issues/794 --- docs/packages/pkg/msgpack.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/packages/pkg/msgpack.rst b/docs/packages/pkg/msgpack.rst index 5b0b3e8a22..76675465b5 100644 --- a/docs/packages/pkg/msgpack.rst +++ b/docs/packages/pkg/msgpack.rst @@ -1,6 +1,7 @@ .. spelling:: msgpack + msgpackc .. index:: unsorted ; msgpack @@ -18,7 +19,7 @@ msgpack - Added by `Antal Tátrai `__ (`pr-406 `__) - Available since |hunter| -- Target library name from "msgpack::msgpack" to "msgpackc-cxx" with `v4.1.3` +- Target library renamed from ``msgpack::msgpack`` to ``msgpackc-cxx`` with ``v4.1.3`` .. code-block:: cmake