Fix typo.

This commit is contained in:
Ray Miller 2024-07-13 17:20:04 +01:00
parent ec51a0c919
commit 26bf41e073

View file

@ -27,7 +27,7 @@
(define (format-amount s) (define (format-amount s)
(string-filter currency-charset s)) (string-filter currency-charset s))
;; Profiles for the different statemnets. ;; Profiles for the different statement formats.
;; skip: the number of leading rows to skip ;; skip: the number of leading rows to skip
;; header: boolean indicating whether or not the first unskipped ;; header: boolean indicating whether or not the first unskipped
;; row is a header ;; row is a header