Skip to content

Commit 677fe52

Browse files
committed
Fix typo in error message
1 parent 2aef6db commit 677fe52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/php/libsdk/SDK/Build/PGO/Server/NGINX.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function upMe() : void
7676
$h = popen("start /b .\\nginx.exe 2>&1", "r");
7777
if (!is_resource($h)) {
7878
chdir($cwd);
79-
throw new Exception("Failed to start MariaDB.");
79+
throw new Exception("Failed to start NGINX.");
8080
}
8181
sleep(3);
8282

0 commit comments

Comments
 (0)