Merge pull request #4251 from xuwei-k/typo

fix typo
This commit is contained in:
eugene yokota
2018-07-08 22:50:47 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ and works fairly well.
`ln -s ~/Applications/async-profiler/profiler.sh $HOME/bin/profiler.sh`
`ln -s ~/Applications/async-profiler/build $HOME/bin/build`
Next, close all Java appliations and anything that may affect the profiling, and run sbt in one terminal:
Next, close all Java applications and anything that may affect the profiling, and run sbt in one terminal:
```
$ sbt exit
@@ -26,7 +26,7 @@ import sbt.internal.CommandStrings.{
}
private[sbt] object CrossJava {
// parses jabaa style version number [email protected]
// parses jabba style version number [email protected]
def parseJavaVersion(version: String): JavaVersion = {
def splitDot(s: String): Vector[Long] =
Option(s) match {