Skip to content

Commit

Permalink
Correct two minor spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
erijo authored and bbatsov committed Aug 30, 2017
1 parent 57e0cf3 commit bd287e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/prelude-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PROMPT sets the `read-string prompt."
(if _after (ov-reset _ov))))

(defun prelude-annotate-todo ()
"Put fringe marker on TODO: lines in the curent buffer."
"Put fringe marker on TODO: lines in the current buffer."
(interactive)
(ov-set (format "[[:space:]]*%s+[[:space:]]*TODO:" comment-start)
'before-string
Expand Down
2 changes: 1 addition & 1 deletion core/prelude-global-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

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

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

Expand Down

0 comments on commit bd287e6

Please sign in to comment.