From 4e22e681cd50de86b972a23549235322364b2881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wa=C5=82kuski?= Date: Mon, 15 Sep 2025 15:10:51 +0200 Subject: [PATCH] fix(ada): s/defaul/default/ --- modules/lang/ada/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))