mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[eguile-utilities] typo fix
issue-deprecated-warning -> issue-deprecation-warning
This commit is contained in:
parent
410cbe3972
commit
9fb38e5351
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user