Fixing some typos

This commit is contained in:
Daniel - 2019-12-20 20:28:26 +01:00
parent 508b587d84
commit 28860ac415
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
;; * then comes setting up all the packages that can be used by this
;; configuration; most of these packages are not loaded however, and only
;; configuration hooks are installed (using `use-package); this way a user
;; can choose in `db/run-init which configruation to activate without
;; can choose in `db/run-init which configuration to activate without
;; changing much of the rest of the file.
;; * this file also introduces a new customization group `personal-settings
;; containing variables (mostly file paths) that must be set to enable some
;; of the provied functionality.
;; of the provided functionality.
;;; Code: