# HG changeset patch # User Edouard Tisserant # Date 1531465561 -7200 # Node ID 909216419e45af62fa45d06846448ec9ca8e15f9 # Parent 8ac0f1af5589ce582bae79ff9260d1e91c5a0c0f Fixed small typo in error message. diff -r 8ac0f1af5589 -r 909216419e45 runtime/WampClient.py --- a/runtime/WampClient.py Thu Jul 12 09:35:09 2018 +0200 +++ b/runtime/WampClient.py Fri Jul 13 09:06:01 2018 +0200 @@ -181,7 +181,7 @@ if not IsCorrectUri(url): raise annotate.ValidateError( {"url":"Invalid URL: {}".format(url)}, - _("WAMP confiuration error:")) + _("WAMP configuration error:")) def GetConfiguration(): global lastKnownConfig