summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/java/net/URL.java
diff options
context:
space:
mode:
Diffstat (limited to 'luni/src/main/java/java/net/URL.java')
-rw-r--r--luni/src/main/java/java/net/URL.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/luni/src/main/java/java/net/URL.java b/luni/src/main/java/java/net/URL.java
index dd487bc..b62ed84 100644
--- a/luni/src/main/java/java/net/URL.java
+++ b/luni/src/main/java/java/net/URL.java
@@ -331,7 +331,7 @@ public final class URL implements Serializable {
* Virtual hosting permits unrelated sites to share an IP address. This
* method could report two otherwise unrelated URLs to be equal because
* they're hosted on the same server.</li>
- * <li><strong>The network many not be available.</strong> Two URLs could be
+ * <li><strong>The network may not be available.</strong> Two URLs could be
* equal when a network is available and unequal otherwise.</li>
* <li><strong>The network may change.</strong> The IP address for a given
* host name varies by network and over time. This is problematic for mobile