Skip to content

Commit 0163b33

Browse files
committed
Fix a typo
1 parent 69642af commit 0163b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projectile.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3612,7 +3612,7 @@ Normally you'd set this from .dir-locals.el.")
36123612
When DIR is specified it detects its project type, otherwise it acts
36133613
on the current project.
36143614
3615-
Fallsback to a generic project type when the type can't be determined."
3615+
Fallback to a generic project type when the type can't be determined."
36163616
(let ((project-type
36173617
(or (car (cl-find-if
36183618
(lambda (project-type-record)

0 commit comments

Comments
 (0)