From 849a9e3a4d2585c0eee84646ea637837e10fac0c Mon Sep 17 00:00:00 2001 From: Victor Orlikowski Date: Tue, 26 Jan 2016 04:14:41 +0000 Subject: [PATCH] Typo cleanup Minor message text cleanup. Signed-off-by: Victor J. Orlikowski Signed-off-by: FUJITA Tomonori --- ryu/services/protocols/vrrp/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)