summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/net/URI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/net/URI.java b/vespajlib/src/main/java/com/yahoo/net/URI.java
index 2497154fffe..491fab5205e 100644
--- a/vespajlib/src/main/java/com/yahoo/net/URI.java
+++ b/vespajlib/src/main/java/com/yahoo/net/URI.java
@@ -179,7 +179,7 @@ public class URI implements Cloneable, java.io.Serializable, Comparable<URI> {
/**
* Normalizes this hierarchical uri according to FRC 2396 and the Overture
- * standard. Before normalizing, some simple heuritics are use to make
+ * standard. Before normalizing, some simple heuristics are use to make
* the uri complete if needed. After normalizing, the scheme,
* host, port and rest of this uri is set if defined.
*