branch: elpa/beancount
commit 70d487817190a839fccd79a3d892788a939c7543
Merge: 83cd9330e3 60ef7f56d5
Author: Martin Blais <bl...@furius.ca>
Commit: Martin Blais <bl...@furius.ca>

    Merged in default (pull request #133)
    
    beancount.el: Fix typos in the comments
    
    Approved-by: Martin Blais
    Approved-by: Daniele Nicolodi
---
 beancount.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/beancount.el b/beancount.el
index ed2e0c5fe6..37e7eed006 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