Skip to content

Commit

Permalink
[eguile-utilities] typo fix
Browse files Browse the repository at this point in the history
issue-deprecated-warning -> issue-deprecation-warning
  • Loading branch information
christopherlam committed Dec 4, 2020
1 parent 410cbe3 commit 9fb38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/report/eguile-utilities.scm
Expand Up @@ -41,7 +41,7 @@

(define-public (gnc-monetary-neg? monetary)
;; return true if the monetary value is negative
(issue-deprecated-warning "gnc-monetary-neg? is deprecated")
(issue-deprecation-warning "gnc-monetary-neg? is deprecated")
(negative? (gnc:gnc-monetary-amount monetary)))

;; 'Safe' versions of cdr and cadr that don't crash
Expand Down

0 comments on commit 9fb38e5

Please sign in to comment.