summaryrefslogtreecommitdiff
path: root/tests/topotests/grpc_basic/test_basic_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/grpc_basic/test_basic_grpc.py')
-rw-r--r--tests/topotests/grpc_basic/test_basic_grpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/grpc_basic/test_basic_grpc.py b/tests/topotests/grpc_basic/test_basic_grpc.py
index b6812a5afc..6bd0be9fd9 100644
--- a/tests/topotests/grpc_basic/test_basic_grpc.py
+++ b/tests/topotests/grpc_basic/test_basic_grpc.py
@@ -122,7 +122,7 @@ def test_get_config(tgen):
nrepeat = 5
r1 = tgen.gears["r1"]
- step("'GET' inteface config 10 times, once per invocation")
+ step("'GET' interface config 10 times, once per invocation")
for i in range(0, nrepeat):
output = run_grpc_client(r1, GRPCP_ZEBRA, "GET,/frr-interface:lib")