aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 857a392..78df898 100644
--- a/config.go
+++ b/config.go
@@ -42,7 +42,7 @@ type Config struct {
// AcceptBackend list of backend to be filtered.
AcceptBackend []string `ini:"haminer::accept_backend"`
- // List of request headers to be parsed and mapped as keys in halog
+ // List of request headers to be parsed and mapped as tags in halog
// output.
RequestHeaders []string `ini:"haminer::capture_request_header"`