From 2cdfc9e46dda83f9ded61c697dbaa6e63ee62a2d Mon Sep 17 00:00:00 2001 From: lubuzzo Date: Wed, 6 Mar 2019 15:07:21 -0300 Subject: [PATCH] Typo --- include/config/error_codes.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/error_codes.inc.php b/include/config/error_codes.inc.php index f01f5588..80ccc822 100644 --- a/include/config/error_codes.inc.php +++ b/include/config/error_codes.inc.php @@ -7,7 +7,7 @@ $aErrorCodes['E0002'] = 'Upstream shares not found'; $aErrorCodes['E0003'] = 'Failed to change shares order'; $aErrorCodes['E0004'] = 'Failed to reset previous block'; $aErrorCodes['E0005'] = 'Unable to fetch blocks upstream share'; -$aErrorCodes['E0006'] = 'Unable to conenct to RPC server backend'; +$aErrorCodes['E0006'] = 'Unable to connect to RPC server backend'; $aErrorCodes['E0007'] = 'Out of Order Share detected, autofixed'; $aErrorCodes['E0008'] = 'Failed to delete archived shares'; $aErrorCodes['E0009'] = 'Cron disabled by admin';