diff --git a/library/Scores/Ws/Server.php b/library/Scores/Ws/Server.php index b43b4f75..399573aa 100644 --- a/library/Scores/Ws/Server.php +++ b/library/Scores/Ws/Server.php @@ -213,8 +213,8 @@ class Scores_Ws_Server public $listError = array( '0000' => "Erreur indeterminé", '0900' => "Identifiant ou mot de passe incorrect", - '0901' => "Accès WS non authorisé pour cet utilisateur", - '0902' => "Méthode non authorisée dans votre profil", + '0901' => "Accès WS non autorisé pour cet utilisateur", + '0902' => "Méthode non autorisée dans votre profil", '0903' => "Période d'accès au service invalide", '0904' => "Adresse IP Invalide", '0905' => "Accès environnement de test non autorisé",