Subject: Man spelling correction
From: Al Nikolov <clown@debian.org>

Index: libdbix-class-htmlwidget-perl-0.16/lib/DBIx/Class/HTMLWidget.pm
===================================================================
--- libdbix-class-htmlwidget-perl-0.16.orig/lib/DBIx/Class/HTMLWidget.pm
+++ libdbix-class-htmlwidget-perl-0.16/lib/DBIx/Class/HTMLWidget.pm
@@ -183,7 +183,7 @@ Create or update a DBIx::Class row from
 
 =head3 ERROR:  null value in column "private" violates not-null constraint
 
-This is a result of we trying to set a value to undef that should not be. This is typicaly
+This is a result of we trying to set a value to undef that should not be. This is typically
 a problem when you have a colum such ass "private boolean not null". We have a special-case
 for this, and if you set data_type => boolean, is_nullable => 0 in your ResultSource definition,
 we update the value to 0 before attempting to insert or update
