Skip to content

Commit 6a91641

Browse files
committed
Fix typo in prolog compile script
As found by codespell (cherry picked from commit 4c3b579)
1 parent a714386 commit 6a91641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/files/defaultdata/plg/compile.plg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:- dynamic(loading/1).
55
:- asserta(loading(0)).
66

7-
% The first hook is for detectin
7+
% The first hook is for detecting
88
% loading state
99

1010
user:message_hook(Term, _, _) :-

0 commit comments

Comments
 (0)