From 87cf78d303cd84630fa7cc43c67b0ea5cbf5487e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 May 2009 03:15:05 +0000 Subject: --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 04ea3e0aa..69ceac566 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,7 +10,7 @@ Features ``repoze.bfg.interfaces.INotFoundAppFactory`` feature previously described in the Hooks chapter. The INotFoundView will be called when the framework detects that a view lookup done as a result of a - reqest fails; it should accept a context object and a request + request fails; it should accept a context object and a request object; it should return an IResponse object (a webob response, basically). See the Hooks narrative chapter of the BFG docs for more info. -- cgit v1.2.3