typo fixes in comments and test messages [skip ci]

This commit is contained in:
2019-11-04 17:55:10 +01:00
parent 2fd8d2a87c
commit 431de69549
8 changed files with 28 additions and 28 deletions

View File

@ -17,7 +17,7 @@ local bus station or any other custom queries. API versions 1.x and 2.x are supp
// Instantiate the client (e.g. using the TFL API)
UraClient ura = new UraClient("http://countdown.api.tfl.gov.uk");
// Initiailize the API with non-standard endpoints (e.g. ASEAG with API V2)
// Initialize the API with non-standard endpoints (e.g. ASEAG with API V2)
UraClient ura = new UraClient("http://ivu.aseag.de",
"interfaces/ura/instant_V2",
"interfaces/ura/stream_V2");