From 36cb88c50c776092738fd5a8bdf9c0f53a383d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Mon, 11 May 2020 23:56:24 +0200 Subject: [PATCH] fixed typo --- internal/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/app.go b/internal/app/app.go index 4caff23..7e494ac 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -74,7 +74,7 @@ func getJpegsWithoutRawSideCar(jpgFiles []string) []string { newFilePath := filepath.Join(dir, newFileName) if exists, err := fileExists(newFilePath); exists { - logrus.Debugf("Found exising sidecar, keeping jpeg %s", jpgFile) + logrus.Debugf("Found existing sidecar, keeping jpeg %s", jpgFile) } else if err == nil && !exists { logrus.Infof("Found jpeg with missing raw file, schedule for delete %s", jpgFile)