From 735171419ec345c633bef6572527e26029fd4f0a Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 1 Sep 2022 18:03:20 -0400 Subject: [PATCH] spell fix --- test/loadtime/cmd/report/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/loadtime/cmd/report/main.go b/test/loadtime/cmd/report/main.go index 356dfcd27..0776f49fa 100644 --- a/test/loadtime/cmd/report/main.go +++ b/test/loadtime/cmd/report/main.go @@ -24,10 +24,10 @@ var ( func main() { flag.Parse() if *db == "" { - log.Fatalf("must specifiy a database-type") + log.Fatalf("must specify a database-type") } if *dir == "" { - log.Fatalf("must specifiy a data-dir") + log.Fatalf("must specify a data-dir") } d := strings.TrimPrefix(*dir, "~/") if d != *dir {