Fixed small typo in error message. nevow_service_rework
authorEdouard Tisserant
Fri, 13 Jul 2018 09:06:01 +0200
branchnevow_service_rework
changeset 2223 909216419e45
parent 2222 8ac0f1af5589
child 2224 ebd83ec387f9
Fixed small typo in error message.
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