beremiz
Clone
Summary
Browse
Changes
Graph
Fixed small typo in error message.
nevow_service_rework
2018-07-13, Edouard Tisserant
909216419e45
Parents
8ac0f1af5589
Children
ebd83ec387f9
Fixed small typo in error message.
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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