Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codespell.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions codespell_whitelist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
empy
jupyter
lets
ned
unning
ws
2 changes: 1 addition & 1 deletion source/Installation/Maintaining-a-Source-Checkout.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DDS implementations
===================

These are the available DDS implementaions:
These are the available DDS implementations:

* :doc:`Working with Eclipse Cyclone DDS <DDS-Implementations/Working-with-Eclipse-CycloneDDS>` explains how to utilize Cyclone DDS.
* :doc:`Working with eProsima Fast DDS <DDS-Implementations/Working-with-eProsima-Fast-DDS>` explains how to utilize Fast DDS.
Expand Down
2 changes: 1 addition & 1 deletion source/Tutorials/Demos/Real-Time-Programming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This is to prevent pagefaults from loading lots of new memory into RAM.
(See `the realtime design article <https://design.ros2.org/articles/realtime_background.html#memory-management>`__ 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:

::

Expand Down