changeset 683:0fcb1c0d7c20 trunk

Fix typo: thi -> this.
author jruigrok
date Thu, 07 Feb 2008 19:51:00 +0000
parents 0653f6c1ffdf
children 17f9061d0f74
files doc/filters.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
Copyright (C) 2012-2017 Edgewall Software