]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
web/root.py: fix minor typo
authorBrian Warner <warner@lothar.com>
Mon, 7 Jul 2008 07:18:16 +0000 (00:18 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 7 Jul 2008 07:18:16 +0000 (00:18 -0700)
src/allmydata/web/root.py

index f2aafd24a16ce7d1b7fabbee7b9ed899d1558fe7..a110bc55a693c51f8cdf03986768335233609126 100644 (file)
@@ -22,7 +22,7 @@ from allmydata.web.common import abbreviate_size, IClient, getxmlfile, \
 
 class URIHandler(RenderMixin, rend.Page):
     # I live at /uri . There are several operations defined on /uri itself,
-    # mostly involed with creation of unlinked files and directories.
+    # mostly involved with creation of unlinked files and directories.
 
     def render_GET(self, ctx):
         req = IRequest(ctx)