diff options
-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| |