fixed typo reported in rt68912
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Manual.pod
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: