diff --git a/modules/lang/ada/autoload.el b/modules/lang/ada/autoload.el index 5d92233c7..dab1cc5b9 100644 --- a/modules/lang/ada/autoload.el +++ b/modules/lang/ada/autoload.el @@ -1,7 +1,7 @@ ;;; lang/ada/auoload.el -*- lexical-binding: t; -*- (defun +ada--barf-unless-project () - (unless (locate-dominating-file defaul-directory "alire.toml") + (unless (locate-dominating-file default-directory "alire.toml") (user-error "Not inside an Alire project")))