Skip to content

Commit

Permalink
Removing typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
alsonkemp committed Jan 6, 2009
1 parent ec79fee commit 1fa78f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Turbinado/Database/ORM/Output.hs
Expand Up @@ -150,10 +150,10 @@ generateParentModelImports t ts =

generateModelFile typeName =
unlines $
["module App.Models." ++ typeName ++ "Model"
," ( module App.Models." ++ typeName ++ "Model"
["module App.Models." ++ typeName
," ( module App.Models." ++ typeName
," , module App.Models.Bases." ++ typeName ++ "Type"
," , module App.Models.Bases." ++ typeName ++ "Finders"
," , module App.Models.Bases." ++ typeName ++ "Functions"
," , module App.Models.Bases." ++ typeName ++ "Relations"
," , module App.Models.Bases.Common"
," ) where"
Expand Down

0 comments on commit 1fa78f8

Please sign in to comment.