aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <mricon@kernel.org>2011-11-27 17:17:16 -0500
committerKonstantin Ryabitsev <mricon@kernel.org>2011-11-27 17:17:16 -0500
commitbfe5e7fffd6cdab030fa8e829d9ddbec4c022300 (patch)
tree229dc7f2ad610c5677fea1edb3ede0d61cf6f84b
parent51218f7d4463122058060b6ab7f519f2ce702ded (diff)
downloadkup-bfe5e7fffd6cdab030fa8e829d9ddbec4c022300.tar.gz
Fix typos.
-rwxr-xr-xkup-server4
1 files changed, 2 insertions, 2 deletions
diff --git a/kup-server b/kup-server
index a6436d5..2260de4 100755
--- a/kup-server
+++ b/kup-server
@@ -119,7 +119,7 @@ my $max_data = int($cfg->param('limits.max_data'));
my $bufsiz = int($cfg->param('limits.bufsiz'));
my $timeout_command = int($cfg->param('limits.timeout_command'));
-my $timeout_dat = int($cfg->param('limits.timeout_data'));
+my $timeout_data = int($cfg->param('limits.timeout_data'));
my $timeout_compress = int($cfg->param('limits.timeout_compress'));
# Make sure the user can't create insanely large files
@@ -641,7 +641,7 @@ sub make_compressed_data()
if ($tarsize gt 26214400) {
$| = 1;
printf "%s complete: %u bytes (%d%% original size)\n", $e,
- $tarsize, $zpc;
+ $zsize, $zpc;
}