From 08069de8f51245b1eb80bb062e0608b9e0c97f74 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquenot Date: Tue, 19 Nov 2019 09:20:26 +0100 Subject: [PATCH] Fixed typo in pbf_downloader.py (#88) --- pbf_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbf_downloader.py b/pbf_downloader.py index 3e36922..d256cb3 100644 --- a/pbf_downloader.py +++ b/pbf_downloader.py @@ -57,4 +57,4 @@ if url: f.write(diff) else: - print('This area is unkown in geofabrik or in our script. Check with the list argument.') + print('This area is unknown in geofabrik or in our script. Check with the list argument.')