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
commit5eb918a3ae80744907ee8ea2dc8cf7460f973dfb (patch)
tree6a443d89f1859303a7797a994036ec84fa96db28
parenta0846a7850b2d7aa91996c94c7916ec46d9e8a85 (diff)
downloadrdiff-backup-5eb918a3ae80744907ee8ea2dc8cf7460f973dfb.tar.gz
Fix typo.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r1-2@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])