]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in docstring
authorCarl Lieberman <dev@carl.ac>
Mon, 30 Oct 2017 20:03:35 +0000 (16:03 -0400)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2017 20:03:35 +0000 (16:03 -0400)
lisp/use-package/use-package.el

index 969cd0beabfd10ca86c58f01d838b4f0799fe29e..51f90958662c54297b2be36fa3b3397bc437360a 100644 (file)
@@ -123,7 +123,7 @@ become available:
   `use-package--foo--pre-config-hook'
   `use-package--foo--post-config-hook'
 
-This way, you can add to these hooks before evalaution of a
+This way, you can add to these hooks before evaluation of a
 `use-package` declaration, and exercise some control over what
 happens.
 
@@ -290,7 +290,7 @@ found."
   "Attempt to find and jump to the `use-package' form that loaded
 PACKAGE. This will only find the form if that form actually
 required PACKAGE. If PACKAGE was previously required then this
-function will jump to the file that orginally required PACKAGE
+function will jump to the file that originally required PACKAGE
 instead."
   (interactive (list (completing-read "Package: " features)))
   (let* ((package (if (stringp package) (intern package) package))