From cdc8aaad6aa892b6031dfd358b2b6a20d9d49de1 Mon Sep 17 00:00:00 2001 From: Graham Whaley Date: Thu, 30 Apr 2020 11:48:08 +0100 Subject: [PATCH] kata-pkgsync: Fix spelling mistake Whilst enabling the static CI checks for this repo, it picked up a spelling mistake. We'll need to fix that before we can enable the CI. Signed-off-by: Graham Whaley --- cmd/kata-pkgsync/cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kata-pkgsync/cli/main.go b/cmd/kata-pkgsync/cli/main.go index 11a04a9be9..db4a6845c4 100644 --- a/cmd/kata-pkgsync/cli/main.go +++ b/cmd/kata-pkgsync/cli/main.go @@ -258,7 +258,7 @@ func main() { logrus.WithFields(logrus.Fields{ "OBS project": proj.Name, "Packagecloud Repo": pc.Repo, - }).Infof("Sucessfully transferred %d files", totalXferred) + }).Infof("Successfully transferred %d files", totalXferred) } if !*pcDelete {