Skip to content

Commit f2f2808

Browse files
committed
fix grammar issues in osm2pgsql-replication docs
Thanks to @SergeCroise for spotting those.
1 parent 618ac09 commit f2f2808

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/osm2pgsql-replication

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For a full list of authors see the git log.
99

1010
"""
11-
Update an osm2pgsql database with changes from a OSM replication server.
11+
Update an osm2pgsql database with changes from an OSM replication server.
1212
1313
This tool initialises the updating process by looking at the import file
1414
or the newest object in the database. The state is then saved in a table
@@ -363,11 +363,11 @@ def status(props, args):
363363
364364
365365
`status` is 0 if there were no problems getting the status. 1 & 2 for
366-
improperly set up replication. 3 for network issues. If status ≠ 0, then
367-
the `error` key is an error message (as string). `status` is used as the
368-
exit code.
366+
improperly set up replication. 3 for network issues. If status is greater 0,
367+
then the `error` key is an error message (as string). `status` is used as
368+
the exit code.
369369
370-
`server` is the replication server's current status. `sequence` is it's
370+
`server` is the replication server's current status. `sequence` is its
371371
sequence number, `timestamp` the time of that, and 'age_sec' the age of the
372372
data in seconds.
373373

0 commit comments

Comments
 (0)