branch: elpa/beancount
commit 60ef7f56d5c680602bdcd862c2ab28e88341150f
Author: 康小广 <kenkangx...@gmail.com>
Commit: 康小广 <kenkangx...@gmail.com>

    beancount.el: Fix typos in the comment
---
 beancount.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/beancount.el b/beancount.el
index be2f587405..60aa0398c0 100644
--- a/beancount.el
+++ b/beancount.el
@@ -203,7 +203,7 @@ to align all amounts."
   "A regular expression to match currencies.")
 
 (defconst beancount-flag-regexp
-  ;; Single char taht is neither a space nor a lower-case letter.
+  ;; Single char that is neither a space nor a lower-case letter.
   "[^ a-z]")
 
 (defconst beancount-transaction-regexp
@@ -365,7 +365,7 @@ to align all amounts."
   (beginning-of-line)
   (if (looking-at-p beancount-transaction-regexp)
       (forward-line))
-  ;; everything that is indented with at lest one space or tab as part
+  ;; everything that is indented with at least one space or tab as part
   ;; of the transaction definition
   (while (looking-at-p "[ \t]+")
     (forward-line))

Reply via email to