Skip to content

Commit b81914a

Browse files
committed
fix
1 parent b634719 commit b81914a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ExitCodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function reasons(): array
1818
['Input file not found or unreadable', ExitCode::NOINPUT],
1919
['User not found', ExitCode::NOUSER],
2020
['Host not found', ExitCode::NOHOST],
21-
['A requied service is unavailable', ExitCode::UNAVAILABLE],
21+
['A required service is unavailable', ExitCode::UNAVAILABLE],
2222
['Internal error', ExitCode::SOFTWARE],
2323
['Error making system call or using OS service', ExitCode::OSERR],
2424
['Error accessing system file', ExitCode::OSFILE],

0 commit comments

Comments
 (0)