branch: externals/yasnippet-classic-snippets
commit 384479ea2c67dbebd7a307b191f34001914bf6a7
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    ; Fix typo
---
 snippets/emacs-lisp-mode/x-file.process.yasnippet | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snippets/emacs-lisp-mode/x-file.process.yasnippet 
b/snippets/emacs-lisp-mode/x-file.process.yasnippet
index dc60b17169..8fc04a15b3 100644
--- a/snippets/emacs-lisp-mode/x-file.process.yasnippet
+++ b/snippets/emacs-lisp-mode/x-file.process.yasnippet
@@ -11,7 +11,7 @@
     (insert-file-contents fpath nil nil nil t)
 
     ;; process it ...
-    ;; (goto-char 0) ; move to begining of file's content (in case it was open)
+    ;; (goto-char 0) ; move to beginning of file's content (in case it was 
open)
     ;; ... do something here
     ;; (write-file fpath) ;; write back to the file
 

Reply via email to