From d1d0574272fb8495fa7fe6c7f93e26d377d9f293 Mon Sep 17 00:00:00 2001 From: Tomoya Fujita Date: Thu, 5 Jun 2025 12:52:36 -0700 Subject: [PATCH] accidentally builtin dictionaries are disabled. Signed-off-by: Tomoya Fujita --- codespell.cfg | 2 +- codespell_whitelist.txt | 2 ++ source/Installation/Maintaining-a-Source-Checkout.rst | 2 +- source/Installation/RMW-Implementations/DDS-Implementations.rst | 2 +- source/Tutorials/Demos/Real-Time-Programming.rst | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/codespell.cfg b/codespell.cfg index 3debfca9156..adae4875aec 100644 --- a/codespell.cfg +++ b/codespell.cfg @@ -8,7 +8,7 @@ builtin = clear,rare,informal,code ignore-words = codespell_whitelist.txt # Add ROS 2 custom dictionary file. -dictionary = codespell_dictionary.txt +dictionary = codespell_dictionary.txt,- # Skip checking files in this directory. # This folder is ignored for a couple of reasons. diff --git a/codespell_whitelist.txt b/codespell_whitelist.txt index 362350eb552..57a0c9b870a 100644 --- a/codespell_whitelist.txt +++ b/codespell_whitelist.txt @@ -1,4 +1,6 @@ empy jupyter lets +ned +unning ws diff --git a/source/Installation/Maintaining-a-Source-Checkout.rst b/source/Installation/Maintaining-a-Source-Checkout.rst index 4442dfb4af4..9aced9b7082 100644 --- a/source/Installation/Maintaining-a-Source-Checkout.rst +++ b/source/Installation/Maintaining-a-Source-Checkout.rst @@ -48,7 +48,7 @@ If you wish to checkout the latest code for ROS 2 {DISTRO_TITLE}, you can get th .. group-tab:: Windows - Use a Windows comand line interface: + Use a Windows command line interface: .. code-block:: console diff --git a/source/Installation/RMW-Implementations/DDS-Implementations.rst b/source/Installation/RMW-Implementations/DDS-Implementations.rst index f9f7b3cc8ce..445c2faf3b1 100644 --- a/source/Installation/RMW-Implementations/DDS-Implementations.rst +++ b/source/Installation/RMW-Implementations/DDS-Implementations.rst @@ -1,7 +1,7 @@ DDS implementations =================== -These are the available DDS implementaions: +These are the available DDS implementations: * :doc:`Working with Eclipse Cyclone DDS ` explains how to utilize Cyclone DDS. * :doc:`Working with eProsima Fast DDS ` explains how to utilize Fast DDS. diff --git a/source/Tutorials/Demos/Real-Time-Programming.rst b/source/Tutorials/Demos/Real-Time-Programming.rst index cacf6c388aa..0f712c67777 100644 --- a/source/Tutorials/Demos/Real-Time-Programming.rst +++ b/source/Tutorials/Demos/Real-Time-Programming.rst @@ -84,7 +84,7 @@ This is to prevent pagefaults from loading lots of new memory into RAM. (See `the realtime design article `__ for more information.) The demo will continue on as usual when this occurs. -You could also see the output as followings, that means the number of pagefaults encountered during execution: +You could also see the output as following, that means the number of pagefaults encountered during execution: ::