summaryrefslogtreecommitdiff
path: root/internal/mapr/logformat/generic.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/mapr/logformat/generic.go')
-rw-r--r--internal/mapr/logformat/generic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/mapr/logformat/generic.go b/internal/mapr/logformat/generic.go
index 9102c0b..9c12556 100644
--- a/internal/mapr/logformat/generic.go
+++ b/internal/mapr/logformat/generic.go
@@ -1,6 +1,6 @@
package logformat
-// MakeFieldsGENEROC is the generic log line parser.
+// MakeFieldsGENERIC is the generic log line parser.
func (p *Parser) MakeFieldsGENERIC(maprLine string) (map[string]string, error) {
fields := make(map[string]string, 3)