summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-04-01 20:48:27 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2009-04-01 20:48:27 +0000
commit675f2a8ccb7b67789940594b38c454295693e373 (patch)
tree3fb875fb7ee9f6247400a2682bafdb476258821e
parentb7691a0793c3989cc05481d6fb82ad077f1a2249 (diff)
downloadrdiff-backup-675f2a8ccb7b67789940594b38c454295693e373.tar.gz
Fix typo.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@1052 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff_backup/SetConnections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff_backup/SetConnections.py b/rdiff-backup/rdiff_backup/SetConnections.py
index 793674c..e82ef9f 100644
--- a/rdiff-backup/rdiff_backup/SetConnections.py
+++ b/rdiff-backup/rdiff_backup/SetConnections.py
@@ -245,7 +245,7 @@ def TestConnections(rpaths):
"""Test connections, printing results"""
if len(Globals.connections) == 1: print "No remote connections specified"
else:
- assert len(Globals.connection) == len(rpaths) + 1
+ assert len(Globals.connections) == len(rpaths) + 1
for i in range(1, len(Globals.connections)):
test_connection(i, rpaths[i-1])