From 6fa06ec0946b0fc293ba57780d8e7c104ee24a80 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Mon, 29 May 2017 10:15:47 +0200 Subject: [PATCH] fixed typo --- bird/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bird/config.go b/bird/config.go index 88e3ce4..673cdb1 100644 --- a/bird/config.go +++ b/bird/config.go @@ -20,7 +20,7 @@ type ParserConfig struct { PerPeerTables bool `toml:"per_peer_tables"` PeerProtocolPrefix string `toml:"peer_protocol_prefix"` - PipeProtocolPrefix string `tomo:"pipe_protocol_prefix"` + PipeProtocolPrefix string `toml:"pipe_protocol_prefix"` } type RateLimitConfig struct {