Skip to content

Commit 89c0192

Browse files
committed
fix typo in the language file
1 parent a280d0f commit 89c0192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Language/en/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
'signals' => [
5656
'noPcntlExtension' => 'PCNTL extension not available. Signal handling disabled.',
5757
'noPosixExtension' => 'SIGTSTP/SIGCONT handling requires POSIX extension. These signals will be removed from registration.',
58-
'failedSignal' => 'Failed to register handler for signal: "{0}"',
58+
'failedSignal' => 'Failed to register handler for signal: "{0}".',
5959
],
6060
];

0 commit comments

Comments
 (0)