Added explicit close on FILE and fixed spelling mistaked (from Chris Hilton patch
[dbsrgits/SQL-Translator.git] / t / data / template / table.tt
index be59a80..9142765 100644 (file)
@@ -1,5 +1,5 @@
 Table: [% table %]
   Primary Key:  [% table.pkey_fields.join(", ") %]
-  Foriegn Keys: [% table.key_fields.join(", ") %]
+  Foreign Keys: [% table.key_fields.join(", ") %]
   Data Fields:  [% table.data_fields.join(", ") %]