From 2620713e1ad1419d2e336c33bdbf3a95331f2659 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Sun, 23 Jun 2019 03:02:29 +0200 Subject: [PATCH] fix misspelling --- main.go | 2 +- tools/respondd-sim.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index b940ec3..c08d043 100644 --- a/main.go +++ b/main.go @@ -99,7 +99,7 @@ func main() { signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM) sig := <-sigs - log.Debug("stop recieve:", sig) + log.Debug("stop receive:", sig) ws.Close() diff --git a/tools/respondd-sim.py b/tools/respondd-sim.py index 312cb1b..5669b23 100755 --- a/tools/respondd-sim.py +++ b/tools/respondd-sim.py @@ -21,7 +21,7 @@ def get_handler(inputFile): if name in nodeData: ret[name] = nodeData[name] - print("reponse: %s" % ret) + print("response: %s" % ret) return compress(str.encode(json.dumps(ret)))[2:-4] def handle(self):