1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

fixed typo

This commit is contained in:
Matthias Hannig 2017-05-29 10:15:47 +02:00
parent d17a501fdc
commit 6fa06ec094

View file

@ -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 {