spelling-fixes

This commit is contained in:
ka7
2016-05-08 10:20:20 +01:00
committed by Audrius Butkevicius
parent bdafe9f5d4
commit 7eacdaa11b
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ certificate was presented, status ``403`` (Forbidden) is returned. If the
posted data doesn't conform to the expected format, ``400`` (Bad Request) is
returned.
In successfull responses, the server may return a ``Reannounce-After`` header
In successful responses, the server may return a ``Reannounce-After`` header
containing the number of seconds after which the client should perform a new
announcement.
@@ -52,7 +52,7 @@ Queries are performed as HTTPS GET requests to the announce server URL. The
requested device ID is passed as the query parameter "device", in canonical
string form, i.e. ``https://announce.syncthing.net/?device=ABC12345-....``
Successfull responses will have status code ``200`` (OK) and carry a JSON payload
Successful responses will have status code ``200`` (OK) and carry a JSON payload
of the same format as the announcement above. The response will not contain
empty or unspecified addresses.