diff --git a/Ledger/Types.hs b/Ledger/Types.hs index b02f3b969..1e7995568 100644 --- a/Ledger/Types.hs +++ b/Ledger/Types.hs @@ -140,7 +140,7 @@ data LedgerPosting = LedgerPosting { lptnum :: Int, -- ^ internal transaction reference number lpstatus :: Bool, -- ^ posting status lpdate :: Day, -- ^ transaction date - lpdescription :: String, -- ^ ledger transaction description + lpdescription :: String, -- ^ transaction description lpaccount :: AccountName, -- ^ posting account lpamount :: MixedAmount, -- ^ posting amount lptype :: PostingType -- ^ posting type