fixed typo reported in rt68912
Sebatian B. Knapp [Mon, 26 Dec 2011 20:46:18 +0000 (21:46 +0100)]
Changes
lib/SQL/Translator/Manual.pod

diff --git a/Changes b/Changes
index ab0a4c8..efc9868 100644 (file)
--- a/Changes
+++ b/Changes
@@ -21,6 +21,7 @@
   display sizes
 * Replace Class::Accessor::Fast dependency with already-included Moo
 * Entire codebase is now free of tabs and trailing whitespace
+* Spellfixes (RT#68912)
 
 # ----------------------------------------------------------
 # 0.11010 2011-10-05
index 3726278..d9e0381 100644 (file)
@@ -349,7 +349,7 @@ first.  By far the easiest way to create custom output is to use the
 TTSchema producer in conjunction with a Template Toolkit template as
 described earlier.  However, you can also easily pass a reference to a
 subroutine that SQL::Translator can call for the production of the
-ouput.  This subroutine will be passed a single argument of the
+output.  This subroutine will be passed a single argument of the
 SQL::Translator object which you can use to access the Schema objects.
 Please read the POD for SQL::Translator and SQL::Translator::Schema to
 learn the methods you can call.  Here is a very simple example: