aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/dup.pp2
-rw-r--r--templates/dup.conf.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp
index f81475a..23da8cd 100644
--- a/manifests/dup.pp
+++ b/manifests/dup.pp
@@ -14,7 +14,7 @@
# find the correct file to remove).
#
# options, nicelevel, testconnect, tmpdir, sign, encryptkey, signkey,
-# password, include, exclude, vsinclude, incremental, keep, bandwithlimit,
+# password, include, exclude, vsinclude, incremental, keep, bandwidthlimit,
# sshoptions, destdir, desthost, desuser:
#
# As defined in the backupninja documentation. The options will be
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb
index 4a4c10e..2a61443 100644
--- a/templates/dup.conf.erb
+++ b/templates/dup.conf.erb
@@ -36,7 +36,7 @@
[dest]
<%= 'incremental = ' + incremental if incremental %>
<%= 'keep = ' + keep if keep %>
-<%= 'bandwidthlimit = ' + bandwithlimit if bandwidthlimit %>
+<%= 'bandwidthlimit = ' + bandwidthlimit if bandwidthlimit %>
<%= 'sshoptions = ' + sshoptions if sshoptions %>
<%= 'destdir = ' + destdir if destdir %>
<%= 'desthost = ' + desthost if desthost %>