Skip to content

Commit bd287e6

Browse files
erijobbatsov
authored andcommitted
Correct two minor spelling errors
1 parent 57e0cf3 commit bd287e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/prelude-core.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PROMPT sets the `read-string prompt."
6868
(if _after (ov-reset _ov))))
6969

7070
(defun prelude-annotate-todo ()
71-
"Put fringe marker on TODO: lines in the curent buffer."
71+
"Put fringe marker on TODO: lines in the current buffer."
7272
(interactive)
7373
(ov-set (format "[[:space:]]*%s+[[:space:]]*TODO:" comment-start)
7474
'before-string

core/prelude-global-keybindings.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
(define-key 'help-command (kbd "C-i") 'info-display-manual)
7777

78-
;; replace zap-to-char functionaity with the more powerful zop-to-char
78+
;; replace zap-to-char functionality with the more powerful zop-to-char
7979
(global-set-key (kbd "M-z") 'zop-up-to-char)
8080
(global-set-key (kbd "M-Z") 'zop-to-char)
8181

0 commit comments

Comments
 (0)