summaryrefslogtreecommitdiff
path: root/lisp/use-package
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/use-package')
-rw-r--r--lisp/use-package/bind-key.el2
-rw-r--r--lisp/use-package/use-package-core.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el
index 5b375a54597..01e1d4d73d9 100644
--- a/lisp/use-package/bind-key.el
+++ b/lisp/use-package/bind-key.el
@@ -94,7 +94,7 @@
;;
;; M-x describe-personal-keybindings
;;
-;; This display will tell you if you've overriden a default keybinding, and
+;; This display will tell you if you've overridden a default keybinding, and
;; what the default was. Also, it will tell you if the key was rebound after
;; your binding it with `bind-key', and what it was rebound it to.
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index db5e20f7ddf..83b9b291345 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -1029,7 +1029,7 @@ meaning:
"use-package statistics"
"Show current statistics gathered about use-package declarations."
(setq tabulated-list-format
- ;; The sum of column width is 80 caracters:
+ ;; The sum of column width is 80 characters:
#[("Package" 25 t)
("Status" 13 t)
("Last Event" 23 t)