From 768e3ec2cb47d3e3c73cca0aba426e533de58850 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Tue, 16 Mar 2021 14:40:57 -0700 Subject: [PATCH] Fix typo Signed-off-by: Matthew Stidham --- py-json/realm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/realm.py b/py-json/realm.py index 774c2e11..fa89e43c 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -659,7 +659,7 @@ class Realm(LFCliBase): else: if debug: print("Found IP: %s on port: %s" % (v['ip'], sta_eid)) - print("Incmenting stations with IP addresses found") + print("Incrementing stations with IP addresses found") num_sta_with_ips += 1 else: num_sta_with_ips += 1