Spelling fixes

This commit is contained in:
Paul Eggert 2016-02-04 07:29:35 -08:00
parent 3dda11032f
commit 35fc77dceb
2 changed files with 2 additions and 2 deletions

View file

@ -429,7 +429,7 @@ specified message types for the respective specified targets.
*** Reconnection is now asynchronous.
---
*** Nick completion is now case-insentive again after inadvertently
*** Nick completion is now case-insensitive again after inadvertently
being made case-sensitive in Emacs 24.2.
** Midnight-mode

View file

@ -3992,7 +3992,7 @@ Prompt for one if called interactively."
(format "MODE %s -k" tgt)))))
(defun erc-completion-at-point ()
"Perform complection on the text around point case-insentitively.
"Perform completion on the text around point case-insensitively.
See `completion-at-point'."
(interactive)
(let ((completion-ignore-case t))