diff pkg/imports/agm.go @ 4146:f464cbcdf2f2

BN import: More clean-ups. Typo fixes. Code simplifications. Calling conventions ...
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 02 Aug 2019 11:34:16 +0200
parents af2b20d6c921
children afabd52212d2
line wrap: on
line diff
--- a/pkg/imports/agm.go	Fri Aug 02 11:11:32 2019 +0200
+++ b/pkg/imports/agm.go	Fri Aug 02 11:34:16 2019 +0200
@@ -41,7 +41,7 @@
 	Originator string `json:"originator"`
 }
 
-// GMAPJobKind is the unique name of an approved gauge measurements import job.
+// AGMJobKind is the unique name of an approved gauge measurements import job.
 const AGMJobKind JobKind = "agm"
 
 type agmJobCreator struct{}