From bbc63e5d3f8f45520822eddfa546c7ad476a8571 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 7 Jul 2008 00:18:16 -0700 Subject: [PATCH] web/root.py: fix minor typo --- src/allmydata/web/root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.37.2