diff options
author | John Wiegley <johnw@newartisans.com> | 2019-11-09 20:16:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-09 20:16:21 -0800 |
commit | 0456f878fcf39a8fe09c69d6ac7123e6793110c9 (patch) | |
tree | 0bd3841f8d20138d9d867938997b4e8f8b9a1b0a /lisp/use-package/use-package-core.el | |
parent | 165f2dd968b8de1e740710ce3e0a47376c8dbc5b (diff) | |
parent | 8c7fa11a3f60325d04db1856687ac7903aa77df5 (diff) | |
download | emacs-0456f878fcf39a8fe09c69d6ac7123e6793110c9.tar.gz emacs-0456f878fcf39a8fe09c69d6ac7123e6793110c9.tar.bz2 emacs-0456f878fcf39a8fe09c69d6ac7123e6793110c9.zip |
Merge pull request from tarsiiformes/typos
Fix typos
GitHub-reference: https://github.com/jwiegley/use-package/issues/804
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r-- | lisp/use-package/use-package-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |