]> git.donarmstrong.com Git - debbugs.git/commitdiff
Fix a typo
authorKentaro Hayashi <kenhys@gmail.com>
Tue, 19 Nov 2019 09:04:52 +0000 (18:04 +0900)
committerKentaro Hayashi <kenhys@gmail.com>
Tue, 19 Nov 2019 09:04:52 +0000 (18:04 +0900)
splool ->
spool

README.md

index 98ff73a8805de3a0da62f514e46030676f65c106..aa2a3bf9a4717a571ba674a60dde1c378369d04d 100644 (file)
--- 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 .;