From 5d7d2febc6565ea51f4405e21334041509920407 Mon Sep 17 00:00:00 2001
From: David Stainton <dstainton415@gmail.com>
Date: Mon, 5 Oct 2015 13:54:38 +0200
Subject: [PATCH] Minor comment correction for get_all_relpaths

---
 src/allmydata/backupdb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/backupdb.py b/src/allmydata/backupdb.py
index 8fecb854..b75bd7aa 100644
--- a/src/allmydata/backupdb.py
+++ b/src/allmydata/backupdb.py
@@ -373,7 +373,7 @@ class MagicFolderDB(BackupDB):
 
     def get_all_relpaths(self):
         """
-        Retrieve a list of all relpaths of files that have had an entry in magic folder db
+        Retrieve a set of all relpaths of files that have had an entry in magic folder db
         (i.e. that have been downloaded at least once).
         """
         self.cursor.execute("SELECT path FROM local_files")
-- 
2.45.2