Skip to content

Commit 8663592

Browse files
authored
Fix libaries typo (hestiacp#2866)
1 parent a7ef129 commit 8663592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/inc/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
try {
1111
require_once 'vendor/autoload.php';
1212
} catch (Throwable $ex) {
13-
$errstr = 'Unable able to load required libaries. Please run v-add-sys-phpmailer in command line. Error: ' . $ex->getMessage();
13+
$errstr = 'Unable able to load required libraries. Please run v-add-sys-phpmailer in command line. Error: ' . $ex->getMessage();
1414
trigger_error($errstr);
1515
echo $errstr;
1616
exit(1);

0 commit comments

Comments
 (0)