# HG changeset patch # User Sascha L. Teichmann # Date 1567011759 -7200 # Node ID 3dbe05de54ea8bc2ba40e83d60c6f2980c7ee825 # Parent 4f81082899c83da48a4b39b3a65a78b47cfae331 Fixed typo in import logging message. diff -r 4f81082899c8 -r 3dbe05de54ea pkg/imports/dsec.go --- 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)