branch: elpa/csv2ledger
commit 312a673c31967a390e5ef262fb384fda988a613a
Author: Joost Kremers <joostkrem...@fastmail.com>
Commit: Joost Kremers <joostkrem...@fastmail.com>

    Fix doc string of c2l--amount-p.
---
 csv2ledger.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csv2ledger.el b/csv2ledger.el
index 0999355a95..fa3f4722b7 100644
--- a/csv2ledger.el
+++ b/csv2ledger.el
@@ -346,7 +346,7 @@ Return the modified transaction."
 ;;; Helper functions
 
 (defun c2l--amount-p (str)
-  "Return non-nil is STR is likely to be an amount."
+  "Return non-nil if STR is likely to be an amount."
   (if (string-match-p "[0-9]+[0-9.,]*\\(?:[.,][0-9]\\{2\\}\\)?" str)
       str))
 

Reply via email to