Skip to content

Commit 95b199f

Browse files
fujitatomoyamergify[bot]
authored andcommitted
accidentally builtin dictionaries are disabled. (#5700)
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 6bb87f4)
1 parent 24bf4ee commit 95b199f

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

codespell.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ builtin = clear,rare,informal,code
88
ignore-words = codespell_whitelist.txt
99

1010
# Add ROS 2 custom dictionary file.
11-
dictionary = codespell_dictionary.txt
11+
dictionary = codespell_dictionary.txt,-
1212

1313
# Skip checking files in this directory.
1414
# This folder is ignored for a couple of reasons.

codespell_whitelist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
empy
22
jupyter
33
lets
4+
ned
5+
unning
46
ws

source/Installation/Maintaining-a-Source-Checkout.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you wish to checkout the latest code for ROS 2 {DISTRO_TITLE}, you can get th
4848
4949
.. group-tab:: Windows
5050

51-
Use a Windows comand line interface:
51+
Use a Windows command line interface:
5252

5353
.. code-block:: console
5454

source/Installation/RMW-Implementations/DDS-Implementations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DDS implementations
22
===================
33

4-
These are the available DDS implementaions:
4+
These are the available DDS implementations:
55

66
* :doc:`Working with Eclipse Cyclone DDS <DDS-Implementations/Working-with-Eclipse-CycloneDDS>` explains how to utilize Cyclone DDS.
77
* :doc:`Working with eProsima Fast DDS <DDS-Implementations/Working-with-eProsima-Fast-DDS>` explains how to utilize Fast DDS.

source/Tutorials/Demos/Real-Time-Programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This is to prevent pagefaults from loading lots of new memory into RAM.
8484
(See `the realtime design article <https://design.ros2.org/articles/realtime_background.html#memory-management>`__ for more information.)
8585

8686
The demo will continue on as usual when this occurs.
87-
You could also see the output as followings, that means the number of pagefaults encountered during execution:
87+
You could also see the output as following, that means the number of pagefaults encountered during execution:
8888

8989
::
9090

0 commit comments

Comments
 (0)