Fix typo
Zoffix Znet [Mon, 9 Nov 2015 02:40:18 +0000 (21:40 -0500)]
AUTHORS
lib/DBIx/Class/Manual/FAQ.pod

diff --git a/AUTHORS b/AUTHORS
index 5db3279..611168a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -221,3 +221,4 @@ xmikew: Mike Wisener <xmikew@32ths.com>
 yrlnry: Mark Jason Dominus <mjd@plover.com>
 zamolxes: Bogdan Lucaciu <bogdan@wiz.ro>
 Zefram: Andrew Main <zefram@fysh.org>
+Zoffix: Zoffix Znet <cpan@zoffix.com>
index b8dbe17..426233c 100644 (file)
@@ -58,7 +58,7 @@ L<DBIx::Class::Manual::Cookbook>.
 
 =item .. store/retrieve Unicode data in my database?
 
-Make sure you database supports Unicode and set the connect
+Make sure your database supports Unicode and set the connect
 attributes appropriately - see
 L<DBIx::Class::Manual::Cookbook/Using Unicode>