diff --git a/lib/Alchemy/Phrasea/Authentication/Provider/Viadeo.php b/lib/Alchemy/Phrasea/Authentication/Provider/Viadeo.php index 5de67d5416..56f0e47872 100644 --- a/lib/Alchemy/Phrasea/Authentication/Provider/Viadeo.php +++ b/lib/Alchemy/Phrasea/Authentication/Provider/Viadeo.php @@ -151,7 +151,7 @@ class Viadeo extends AbstractProvider public function getToken() { if ('' === trim($this->session->get('viadeo.provider.id'))) { - throw new RuntimeException('Guthub has not authenticated'); + throw new RuntimeException('Viadeo has not authenticated'); } return new Token($this, $this->session->get('viadeo.provider.id'));