summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ryu/services/protocols/vrrp/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/services/protocols/vrrp/utils.py b/ryu/services/protocols/vrrp/utils.py
index 8cb8fa18..63224042 100644
--- a/ryu/services/protocols/vrrp/utils.py
+++ b/ryu/services/protocols/vrrp/utils.py
@@ -41,7 +41,7 @@ def get_dp(app, dpid):
"""
:type dpid: datapath id
:param dpid:
- :rtype: ryu.controller.controller.Datapatyh
+ :rtype: ryu.controller.controller.Datapath
:returns: datapath corresponding to dpid
"""
switches = topo_api.get_switch(app, dpid)