[eguile-utilities] typo fix

issue-deprecated-warning -> issue-deprecation-warning
This commit is contained in:
Christopher Lam 2020-12-05 00:48:30 +08:00
parent 410cbe3972
commit 9fb38e5351

View File

@ -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