From 0163b335a18af0f077a474d4dc6b36e22b5e3274 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 12 Feb 2024 13:00:40 +0200 Subject: [PATCH] Fix a typo --- projectile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectile.el b/projectile.el index 618ad6d55..d89ecc45c 100644 --- a/projectile.el +++ b/projectile.el @@ -3612,7 +3612,7 @@ Normally you'd set this from .dir-locals.el.") When DIR is specified it detects its project type, otherwise it acts on the current project. -Fallsback to a generic project type when the type can't be determined." +Fallback to a generic project type when the type can't be determined." (let ((project-type (or (car (cl-find-if (lambda (project-type-record)