Skip to content

Commit 4d06344

Browse files
committed
Fixing typos detected by rabbit
1 parent 0c47176 commit 4d06344

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

docs/basic/sql_function.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Name Type Description
7171
``id`` BIGINT The edge identifier.
7272
``name`` TEXT The name of the segment.
7373
``seconds`` FLOAT The number of seconds it takes to traverse the segment.
74-
``length`` FLOAT The leng in meters of the segment.
74+
``length`` FLOAT The length in meters of the segment.
7575
``azimuth`` FLOAT The azimuth of the segment.
7676
``route_readable`` TEXT The geometry in human readable form.
7777
``route_geom`` geometry The geometry of the segment in the correct direction.

docs/basic/withPoints.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Name Type Description
7575
``id`` BIGINT The edge identifier.
7676
``name`` TEXT The name of the segment.
7777
``seconds`` FLOAT The number of seconds it takes to traverse the segment.
78-
``length`` FLOAT The leng in meters of the segment.
78+
``length`` FLOAT The length in meters of the segment.
7979
``azimuth`` FLOAT The azimuth of the segment.
8080
``route_readable`` TEXT The geometry in human readable form.
8181
``route_geom`` geometry The geometry of the segment in the correct direction.
@@ -170,7 +170,7 @@ Route from point **1** to point **2** on the ``vehicle_net`` where:
170170

171171
.. rubric:: Solution
172172

173-
* The query from `Exercise 1: Get the nearest edge`_ is used as the inner qyery
173+
* The query from `Exercise 1: Get the nearest edge`_ is used as the inner query
174174
for points.
175175
* Using negative values to avoid conficts with vertices with the same value:
176176

@@ -194,7 +194,7 @@ Exercise 3: Creating the point routing function
194194
Create the function ``wrk_withPoints`` to route from locations using latitude
195195
and longitude values.
196196

197-
* Analize the function.
197+
* Analyze the function.
198198

199199
.. rubric:: Solution
200200

locale/en/LC_MESSAGES/basic/sql_function.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ msgid "``length``"
226226
msgstr ""
227227

228228
#: ../../build/docs/basic/sql_function.rst:74
229-
msgid "The leng in meters of the segment."
229+
msgid "The length in meters of the segment."
230230
msgstr ""
231231

232232
#: ../../build/docs/basic/sql_function.rst:75

locale/en/LC_MESSAGES/basic/withPoints.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ msgid "``length``"
249249
msgstr ""
250250

251251
#: ../../build/docs/basic/withPoints.rst:78
252-
msgid "The leng in meters of the segment."
252+
msgid "The length in meters of the segment."
253253
msgstr ""
254254

255255
#: ../../build/docs/basic/withPoints.rst:79
@@ -373,7 +373,7 @@ msgstr ""
373373
#: ../../build/docs/basic/withPoints.rst:173
374374
msgid ""
375375
"The query from `Exercise 1: Get the nearest edge`_ is used as the inner "
376-
"qyery for points."
376+
"query for points."
377377
msgstr ""
378378

379379
#: ../../build/docs/basic/withPoints.rst:175
@@ -396,7 +396,7 @@ msgid ""
396396
msgstr ""
397397

398398
#: ../../build/docs/basic/withPoints.rst:197
399-
msgid "Analize the function."
399+
msgid "Analyze the function."
400400
msgstr ""
401401

402402
#: ../../build/docs/basic/withPoints.rst:201

locale/es/LC_MESSAGES/basic/sql_function.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ msgid "``length``"
231231
msgstr "``length``"
232232

233233
#: ../../build/docs/basic/sql_function.rst:67
234-
msgid "The leng in meters of the segment."
234+
msgid "The length in meters of the segment."
235235
msgstr "Longitud en metros del segmento."
236236

237237
#: ../../build/docs/basic/sql_function.rst:68

locale/pot/basic/sql_function.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ msgid "``length``"
215215
msgstr ""
216216

217217
#: ../../build/docs/basic/sql_function.rst:74
218-
msgid "The leng in meters of the segment."
218+
msgid "The length in meters of the segment."
219219
msgstr ""
220220

221221
#: ../../build/docs/basic/sql_function.rst:75

locale/pot/basic/withPoints.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ msgid "``length``"
240240
msgstr ""
241241

242242
#: ../../build/docs/basic/withPoints.rst:78
243-
msgid "The leng in meters of the segment."
243+
msgid "The length in meters of the segment."
244244
msgstr ""
245245

246246
#: ../../build/docs/basic/withPoints.rst:79
@@ -359,7 +359,7 @@ msgid "point **2**: (lat, lon) = (2, -36.853675, 174.764448)"
359359
msgstr ""
360360

361361
#: ../../build/docs/basic/withPoints.rst:173
362-
msgid "The query from `Exercise 1: Get the nearest edge`_ is used as the inner qyery for points."
362+
msgid "The query from `Exercise 1: Get the nearest edge`_ is used as the inner query for points."
363363
msgstr ""
364364

365365
#: ../../build/docs/basic/withPoints.rst:175
@@ -379,7 +379,7 @@ msgid "Create the function ``wrk_withPoints`` to route from locations using lati
379379
msgstr ""
380380

381381
#: ../../build/docs/basic/withPoints.rst:197
382-
msgid "Analize the function."
382+
msgid "Analyze the function."
383383
msgstr ""
384384

385385
#: ../../build/docs/basic/withPoints.rst:201

locale/sv/LC_MESSAGES/basic/sql_function.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ msgid "``length``"
215215
msgstr "``length``"
216216

217217
#: ../../build/docs/basic/sql_function.rst:67
218-
msgid "The leng in meters of the segment."
218+
msgid "The length in meters of the segment."
219219
msgstr "Segmentets längd i meter."
220220

221221
#: ../../build/docs/basic/sql_function.rst:68

0 commit comments

Comments
 (0)