From: Brian Warner Date: Mon, 7 Jul 2008 07:18:16 +0000 (-0700) Subject: web/root.py: fix minor typo X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=bbc63e5d3f8f45520822eddfa546c7ad476a8571;p=tahoe-lafs%2Ftahoe-lafs.git web/root.py: fix minor typo --- diff --git a/src/allmydata/web/root.py b/src/allmydata/web/root.py index f2aafd24..a110bc55 100644 --- a/src/allmydata/web/root.py +++ b/src/allmydata/web/root.py @@ -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)