From 7630861fde99ad0866e42400b49df6bb5dcde31f Mon Sep 17 00:00:00 2001 From: Xiaozhou Li Date: Mon, 11 Jul 2016 21:15:04 -0700 Subject: [PATCH] fix typo --- examples/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cluster.py b/examples/cluster.py index 642e0d2..4a34b7b 100755 --- a/examples/cluster.py +++ b/examples/cluster.py @@ -510,7 +510,7 @@ class RemoteGRELink( RemoteLink ): node1, node2, deleteIntfs=deleteIntfs ) # Need to reduce the MTU of all emulated hosts to 1450 for GRE # tunneling, otherwise packets larger than 1400 bytes cannot be - # successfully transmitted through the turnnel. + # successfully transmitted through the tunnel. node1.cmd('ip link set dev %s mtu 1450' % intfname1) node2.cmd('ip link set dev %s mtu 1450' % intfname2) else: