Skip to content

Commit

Permalink
Merge pull request #9 from mn200/patch-1
Browse files Browse the repository at this point in the history
Correct spelling of candidate in "one candidate only" message.
  • Loading branch information
winterTTr committed Apr 15, 2012
2 parents a108639 + a6e5657 commit d94bc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ace-jump-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ You can constrol whether use the case sensitive via `ace-jump-mode-case-fold'.
;; we only find one, so move to it directly
((= (length candidate-list) 1)
(goto-char (car candidate-list))
(message "[AceJump] One candicate, move to it directly"))
(message "[AceJump] One candidate, move to it directly"))
;; more than one, we need to enter AceJump mode
(t
;; create background
Expand Down

0 comments on commit d94bc41

Please sign in to comment.