From: Kentaro Hayashi Date: Tue, 19 Nov 2019 09:04:52 +0000 (+0900) Subject: Fix a typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c13d533b9cd4b6852009f4fe3716b5d6d857bc05;p=debbugs.git Fix a typo splool -> spool --- diff --git a/README.md b/README.md index 98ff73a8..aa2a3bf9 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ If you can't use the `.deb`, do the following: 2. Grab bugs ending in 00 - mkdir -p splool/db-h/00; + mkdir -p spool/db-h/00; cd spool/db-h; rsync -av rsync://bugs-mirror.debian.org/bts-spool-db/00 .;