From eda00a5c585ea039bfcb2f8c5d205001d548370b Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 31 Mar 2015 11:07:21 -0700 Subject: [PATCH] typo --- src/allmydata/frontends/ftpd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/frontends/ftpd.py b/src/allmydata/frontends/ftpd.py index b00bd934..9791b813 100644 --- a/src/allmydata/frontends/ftpd.py +++ b/src/allmydata/frontends/ftpd.py @@ -216,7 +216,7 @@ class Handler: # in a rendering function that did (mode & NUMBER). # Twisted-15.0.0 expects a # twisted.python.filepath.Permissions , and calls its - # .shorthand() method. This provides both both. + # .shorthand() method. This provides both. value = IntishPermissions(0600) elif key == "hardlinks": value = 1 -- 2.37.2