aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2020-04-08 21:54:45 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2020-04-08 21:54:45 +0200
commitb82da88e7ca6742cebcab700782f3879ce1298f7 (patch)
tree990d7def653e921d168821494bc514402e334db9
parent71f0d4bd2ce9f005ac9e9d06bc6fe893f370e38e (diff)
Fix spelling error
-rw-r--r--vespajlib/src/main/java/com/yahoo/text/JSON.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/text/JSON.java b/vespajlib/src/main/java/com/yahoo/text/JSON.java
index 4091930ed0e..51c22f74d36 100644
--- a/vespajlib/src/main/java/com/yahoo/text/JSON.java
+++ b/vespajlib/src/main/java/com/yahoo/text/JSON.java
@@ -10,7 +10,7 @@ import java.util.Objects;
import static com.yahoo.yolean.Exceptions.uncheck;
/**
- * Static mthods for working with JSON.
+ * Static methods for working with JSON.
*
* @author bratseth
*/