Skip to content

Commit add2a0a

Browse files
committed
fix typo
1 parent b16b6eb commit add2a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131
zip_path = base_dir / "Gazetteer_National_GPKG.zip"
3232

3333
if not gnis_gpkg.exists():
34-
logger.info("Downloading GNIS GeoPackage; this is large file and may take a while...")
34+
logger.info("Downloading GNIS GeoPackage; this is a large file and may take a while...")
3535

3636
url = (
3737
"https://prd-tnm.s3.amazonaws.com/"

0 commit comments

Comments
 (0)