Commit fc5532c0 by Michael Koch

Fixed little typo.

From-SVN: r71900
parent b47ea0e8
......@@ -145,7 +145,7 @@ public class InetAddress implements Serializable
return (addr [0] & 0xF0) == 0xE0;
// Mask against high order bits of 11111111
if (addr.lenth == 16)
if (addr.length == 16)
return addr [0] == (byte) 0xFF;
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment