Skip to content

Commit e841026

Browse files
authored
Merge pull request #2761 from AuBousquet/fix-doc
fix: documentation
2 parents f6010e8 + 6a5dcdd commit e841026

File tree

8 files changed

+11
-1271
lines changed

8 files changed

+11
-1271
lines changed

doc/contraction/contraction-family.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Dead end vertex on undirected graph
9999
:header-rows: 1
100100

101101
* - Node
102-
- Adjecent nodes
102+
- Adjacent nodes
103103
- Number of adjacent nodes
104104
* - :math:`a`
105105
- :math:`\{u\}`
@@ -140,7 +140,7 @@ Dead end vertex on directed graph
140140
:header-rows: 1
141141

142142
* - Node
143-
- Adjecent nodes
143+
- Adjacent nodes
144144
- Number of adjacent nodes
145145
- Number of incoming edges
146146
- Number of outgoing edges
@@ -282,7 +282,7 @@ Linear vertex on undirected graph
282282
:header-rows: 1
283283

284284
* - Node
285-
- Adjecent nodes
285+
- Adjacent nodes
286286
- Number of adjacent nodes
287287
* - :math:`v`
288288
- :math:`\{u, w\}`
@@ -320,7 +320,7 @@ Linear vertex on directed graph
320320
:header-rows: 1
321321

322322
* - Node
323-
- Adjecent nodes
323+
- Adjacent nodes
324324
- Number of adjacent nodes
325325
- Is symmetrical?
326326
* - :math:`a`

locale/de/LC_MESSAGES/pgrouting_doc_strings.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -2834,7 +2834,7 @@ msgstr ""
28342834
msgid "Node"
28352835
msgstr ""
28362836

2837-
msgid "Adjecent nodes"
2837+
msgid "Adjacent nodes"
28382838
msgstr ""
28392839

28402840
msgid "Number of adjacent nodes"

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -2846,7 +2846,7 @@ msgstr ""
28462846
msgid "Node"
28472847
msgstr ""
28482848

2849-
msgid "Adjecent nodes"
2849+
msgid "Adjacent nodes"
28502850
msgstr ""
28512851

28522852
msgid "Number of adjacent nodes"

0 commit comments

Comments
 (0)