Fix typo.
This commit is contained in:
parent
ec51a0c919
commit
26bf41e073
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue