summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/daemon.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 037171b..937a8c1 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -19,8 +19,8 @@ class tor::daemon inherits tor {
$or_listen_address = '',
$nickname = '',
$address = $hostname,
- $relay_bandwith_rate = 0, # KB/s, 0 for no limit.
- $relay_bandwith_burst = 0, # KB/s, 0 for no limit.
+ $relay_bandwidth_rate = 0, # KB/s, 0 for no limit.
+ $relay_bandwidth_burst = 0, # KB/s, 0 for no limit.
$accounting_max = 0, # GB, 0 for no limit.
$accounting_start = [],
$contact_info = '',