diff options
Diffstat (limited to 'templates/torrc.erb')
-rw-r--r-- | templates/torrc.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.erb b/templates/torrc.erb index bebc140..3605ba6 100644 --- a/templates/torrc.erb +++ b/templates/torrc.erb @@ -53,7 +53,7 @@ Address <%= address %> RelayBandwidthRate <%= relay_bandwidth_rate %> KB <%- end %> <%- if relay_bandwidth_burst != 0 then %> -RelayBandwidthBurst <%= relay_bandwith_burst %> KB +RelayBandwidthBurst <%= relay_bandwidth_burst %> KB <%- end %> <%- if accounting_max != 0 then %> AccountingMax <%= accounting_max %> GB |