Skip to content

Commit a57b713

Browse files
committed
Fix typo in gen_stub.php
1 parent 7690fa0 commit a57b713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function processDirectory(string $dir, Context $context): array {
3030
}
3131
}
3232

33-
// Make sure stub files are processed in a predicatable, system-independent order.
33+
// Make sure stub files are processed in a predictable, system-independent order.
3434
sort($pathNames);
3535

3636
$fileInfos = [];

0 commit comments

Comments
 (0)