Skip to content

Commit 482c05c

Browse files
committed
Fixing some errors and grammar & spelling errors
1 parent efd4ca2 commit 482c05c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/contraction/pgr_contractionDeadEnd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Contraction optional parameters
139139
- Type
140140
- Default
141141
- Description
142-
* - ``forbidden_vertices``
142+
* - ``forbidden``
143143
- ``ARRAY[`` |ANY-INTEGER| ``]``
144144
- **Empty**
145145
- Identifiers of vertices forbidden for contraction.

doc/max_flow/pgr_maxFlow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Description
4545
- Calculates the maximum flow from the sources to the targets.
4646

4747
- When the maximum flow is **0** then there is no flow and **0** is returned.
48-
- There is no flow when source has the same vaule as target.
48+
- There is no flow when source has the same value as target.
4949

5050
- Any duplicated values in source or target are ignored.
5151
- Uses the :doc:`pgr_pushRelabel <pgr_pushRelabel>` algorithm.

doc/max_flow/pgr_maxFlowMinCost_Cost.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Description
4646
- **The cost value of all input edges must be nonnegative.**
4747
- When the maximum flow is 0 then there is no flow and **0** is returned.
4848

49-
- There is no flow when source has the same vaule as target.
49+
- There is no flow when source has the same value as target.
5050

5151
- Any duplicated values in source or target are ignored.
5252
- Uses :doc:`pgr_maxFlowMinCost`.

pgtap/common/checkVertTab.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pgtap/common/checkVertTab.pg
1+
22
/*PGR-GNU*****************************************************************
33

44
Copyright (c) 2018 pgRouting developers

0 commit comments

Comments
 (0)