changeset 4276:3dbe05de54ea

Fixed typo in import logging message.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 28 Aug 2019 19:02:39 +0200
parents 4f81082899c8
children 12398df5f414
files pkg/imports/dsec.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/dsec.go	Wed Aug 28 16:09:19 2019 +0200
+++ b/pkg/imports/dsec.go	Wed Aug 28 19:02:39 2019 +0200
@@ -92,7 +92,7 @@
 	}
 
 	if !found {
-		return nil, fmt.Errorf("no section witd id %d found", dsec.ID)
+		return nil, fmt.Errorf("no section with id %d found", dsec.ID)
 	}
 
 	feedback.Info("Prepare deletion of section with id %d", dsec.ID)