summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2018-12-18 10:37:27 +0100
committerLester Solbakken <lesters@oath.com>2018-12-18 10:37:27 +0100
commit7caa60913e4db267f7d7bdfe0e1de90ec12db13f (patch)
treebbb2e77e81d2823fc7c1048a39a7d38c20edfc44 /vespajlib
parent305d22637387d183be17a0582b1ced76f2b44982 (diff)
Add url config type
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.
*