# HG changeset patch # User jruigrok # Date 1202413860 0 # Node ID 0fcb1c0d7c20b98b587437aa8dc34032f568d740 # Parent 0653f6c1ffdfb4456349326c3fc1b69a1de276bd Fix typo: thi -> this. diff --git a/doc/filters.txt b/doc/filters.txt --- a/doc/filters.txt +++ b/doc/filters.txt @@ -19,7 +19,7 @@ ================ The filter ``genshi.filters.html.HTMLFormFiller`` can automatically populate an -HTML form from values provided as a simple dictionary. When using thi filter, +HTML form from values provided as a simple dictionary. When using this filter, you can basically omit any ``value``, ``selected``, or ``checked`` attributes from form controls in your templates, and let the filter do all that work for you.