From efe579cece3ab0401494a6c6650141f037b53aae Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Mon, 24 Aug 2026 19:24:46 +0530 Subject: [PATCH] doc: fix typos across getting-started, plugins and contributor docs prefered -> preferred, specifiy -> specify, preceeding -> preceding, compatability -> compatibility, sucessfully -> successfully. --- doc/contribute-to-core-lightning/docker-images.md | 2 +- doc/getting-started/getting-started/configuration.md | 4 ++-- doc/getting-started/getting-started/installation.md | 2 +- doc/node-operators-guide/plugins.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/contribute-to-core-lightning/docker-images.md b/doc/contribute-to-core-lightning/docker-images.md index 35ca385738ad..99e1bf1211a1 100644 --- a/doc/contribute-to-core-lightning/docker-images.md +++ b/doc/contribute-to-core-lightning/docker-images.md @@ -138,7 +138,7 @@ docker run -it --rm --platform=linux/amd64 --network=host -v '/root/.lightning:/ 2. Start your `bitcoind` node on the local machine. -3. Start `vlsd` locally with your prefered configuration. For example: +3. Start `vlsd` locally with your preferred configuration. For example: ```shell export LIGHTNING_VLS_DIR=/root/.lightning diff --git a/doc/getting-started/getting-started/configuration.md b/doc/getting-started/getting-started/configuration.md index a2420264da09..4a9ab4d88741 100644 --- a/doc/getting-started/getting-started/configuration.md +++ b/doc/getting-started/getting-started/configuration.md @@ -379,7 +379,7 @@ Note that for simple setups, the implicit _autolisten_ option does the right thi Core Lightning also support IPv4/6 address discovery behind NAT routers. If your node detects an new public address, it will update its announcement. For this to work you need to forward the default TCP port 9735 to your node. IP discovery is only active if no other addresses are announced. -You can instead use _addr_ to override this (eg. to change the port), or precisely control where to bind and what to announce with the _bind-addr_ and _announce-addr_ options. These will **disable** the _autolisten_ logic, so you must specifiy exactly what you want! +You can instead use _addr_ to override this (eg. to change the port), or precisely control where to bind and what to announce with the _bind-addr_ and _announce-addr_ options. These will **disable** the _autolisten_ logic, so you must specify exactly what you want! - **addr**=_\[IPADDRESS[:PORT]]|autotor:TORIPADDRESS[:SERVICEPORT][/torport=TORPORT]|statictor:TORIPADDRESS[:SERVICEPORT]\[/torport=TORPORT]\[/torblob=[blob]]|DNS[:PORT]_ @@ -473,7 +473,7 @@ plugins along with any immediate subdirectories). You can specify additional pat - **clear-plugins** - This option clears all _plugin_, _important-plugin_, and _plugin-dir_ options preceeding it, including the default built-in plugin directory. You can still add _plugin-dir_, _plugin_, and _important-plugin_ options following this and they will have the normal effect. + This option clears all _plugin_, _important-plugin_, and _plugin-dir_ options preceding it, including the default built-in plugin directory. You can still add _plugin-dir_, _plugin_, and _important-plugin_ options following this and they will have the normal effect. - **disable-plugin**=_PLUGIN_ diff --git a/doc/getting-started/getting-started/installation.md b/doc/getting-started/getting-started/installation.md index fbedcaac08e6..643a90d78e2b 100644 --- a/doc/getting-started/getting-started/installation.md +++ b/doc/getting-started/getting-started/installation.md @@ -439,7 +439,7 @@ uv sync --all-extras --all-groups --frozen ./configure ``` -If you see `/usr/local` in the log, an Intel compatability dependency has been picked up. The simplest solution is to remove brew entirely, reinstall it, and start these instructions over. +If you see `/usr/local` in the log, an Intel compatibility dependency has been picked up. The simplest solution is to remove brew entirely, reinstall it, and start these instructions over. ```shell uv run gmake ``` diff --git a/doc/node-operators-guide/plugins.md b/doc/node-operators-guide/plugins.md index be288d921ecc..b3cd5a79440c 100644 --- a/doc/node-operators-guide/plugins.md +++ b/doc/node-operators-guide/plugins.md @@ -27,7 +27,7 @@ reckless install plugin_name reckless will exit early in the event that: - the plugin is not found in any available source repositories -- dependencies are not sucessfully installed +- dependencies are not successfully installed - the plugin fails to execute Reckless-installed plugins reside in the 'reckless' subdirectory of the user's `.lightning` folder. By default, plugins are activated on the `bitcoin` network (and use lightningd's bitcoin network config), but regtest may also be used.