summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2010-01-07 08:02:40 -0800
committerShawn O. Pearce <spearce@spearce.org>2010-01-12 11:56:55 -0800
commit15e2b45a818137fd0d6dcd102b0db1a26bc4321b (patch)
tree60a878ef86ce834051ddc025407908ed8182b46d /org.eclipse.jgit/src
parent20b4d4740aea3b0f51063211f3b69261ced0a5d9 (diff)
downloadjgit-15e2b45a818137fd0d6dcd102b0db1a26bc4321b.tar.gz
jgit-15e2b45a818137fd0d6dcd102b0db1a26bc4321b.zip
Correct spelling error in StringUtils javadoc
Change-Id: Idd98530d5f6fca4de8631aa865e4bcd6e6cf9306 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit/src')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java
index 91f03f095e..ddde48d6cf 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009, Google Inc.
+ * Copyright (C) 2009-2010, Google Inc.
* and other copyright owners as documented in the project's IP log.
*
* This program and the accompanying materials are made available
@@ -61,7 +61,7 @@ public final class StringUtils {
* This method does not honor the JVM locale, but instead always behaves as
* though it is in the US-ASCII locale. Only characters in the range 'A'
* through 'Z' are converted. All other characters are left as-is, even if
- * they otherwise would have a lowercase character equivilant.
+ * they otherwise would have a lowercase character equivalent.
*
* @param c
* the input character.
@@ -77,7 +77,7 @@ public final class StringUtils {
* This method does not honor the JVM locale, but instead always behaves as
* though it is in the US-ASCII locale. Only characters in the range 'A'
* through 'Z' are converted, all other characters are left as-is, even if
- * they otherwise would have a lowercase character equivilant.
+ * they otherwise would have a lowercase character equivalent.
*
* @param in
* the input string. Must not be null.