diff options
author | Yuichi Ito <ito.yuichi0@gmail.com> | 2013-09-17 13:38:30 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-24 02:09:25 +0900 |
commit | 9bfef0317ba2918a8b9b4a922c90a4b631d449b9 (patch) | |
tree | 30ceea3fd3ed8a372ec9fed9bb7942f37d32604b | |
parent | 8c1cb389d1ac461448e277b87ec0168c6d6066aa (diff) |
packet lib: ipv6: correct a comment
Signed-off-by: itoyuichi <ito.yuichi0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/lib/packet/ipv6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/lib/packet/ipv6.py b/ryu/lib/packet/ipv6.py index aaf3b462..56129c36 100644 --- a/ryu/lib/packet/ipv6.py +++ b/ryu/lib/packet/ipv6.py @@ -36,7 +36,7 @@ class ipv6(packet_base.PacketBase): An instance has the following attributes at least. Most of them are same to the on-wire counterparts but in host byte order. IPv6 addresses are represented as a string like 'ff02::1'. - __init__ takes the correspondig args in this order. + __init__ takes the corresponding args in this order. .. tabularcolumns:: |l|p{30em}|l| |