Typos. A bunch of typos I've been collecting.
[vpp.git] / test / vpp_ipsec.py
index cf74b4c..5866a0b 100644 (file)
@@ -41,7 +41,7 @@ class VppIpsecSpd(VppObject):
 class VppIpsecSpdItfBinding(VppObject):
     """
     VPP SPD DB to interface binding
-    (i.e. this SPD is used on this interfce)
+    (i.e. this SPD is used on this interface)
     """
 
     def __init__(self, test, spd, itf):