Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegorich committed Nov 18, 2023
1 parent 0e9ef8f commit c14dedd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/arch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ match responses, and the pair `put()/get()` does it.
cache thread
------------

Sometimes it is preferrable to get incoming messages asap
Sometimes it is preferable to get incoming messages asap
and parse them only when there is time for that. For that
case the `NetlinkSocketBase` provides a possibility to start a
dedicated cache thread, that will collect and queue incoming
Expand Down
2 changes: 1 addition & 1 deletion docs/ndb_init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ sources
2020-03-24 18:01:48,537 DEBUG pyroute2.ndb.139900805197264.sources.test02: running


The RTNL sources documenation: :ref:`ndbsources`
The RTNL sources documentation: :ref:`ndbsources`

db_provider, db_spec
~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions docs/parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ Mandatory message fields, expected by NetlinkSocketBase methods:
Per-request parsers
-------------------

Sometimes it may be reasonable to handle a particular response with a
spcific parser, rather than a generic one. An example is
Sometimes, it may be reasonable to handle a particular response with a
specific parser rather than a generic one. An example is
`IPRoute.get_default_routes()`, which could be slow on systems with
huge amounts of routes.

Expand Down

0 comments on commit c14dedd

Please sign in to comment.