From f494d36b5d080a66f6a8b64b2e0165098c865343 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Tue, 2 Sep 2014 21:33:56 -0400 Subject: [PATCH] Fix typos in packages.el --- spacemacs/packages.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 8379210bb..44e38022d 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -5,7 +5,7 @@ ("melpa" . "http://melpa.milkbox.net/packages/"))) (package-initialize) -;; installed packages as well as build-ins packages with a corresponding +;; installed packages as well as build-in packages with a corresponding ;; init-xxx file (defvar spacemacs-packages '( @@ -131,6 +131,6 @@ yasnippet zenburn-theme ) - "List of all packages to install and/or initialized. Built-ins packages -which require an initialization must be listed explictely in the list." + "List of all packages to install and/or initialized. Built-in packages +which require an initialization must be listed explicitly in the list." )