diff --git a/core/core-configuration-layer.el b/core/core-configuration-layer.el index d311a8ca3..ba86d348e 100644 --- a/core/core-configuration-layer.el +++ b/core/core-configuration-layer.el @@ -628,7 +628,7 @@ path." (defun configuration-layer//install-from-recipe (pkg) "Install PKG from a recipe." - (let* ((pgk-name (oref pkg :name)) + (let* ((pkg-name (oref pkg :name)) (layer (oref pkg :owner)) (recipe (cons pkg-name (cdr (oref pkg :location))))) (if recipe