Skip to content

Commit aa14656

Browse files
committed
fix typo
1 parent e5af0fe commit aa14656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PROFILING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ and works fairly well.
1818
`ln -s ~/Applications/async-profiler/profiler.sh $HOME/bin/profiler.sh`
1919
`ln -s ~/Applications/async-profiler/build $HOME/bin/build`
2020

21-
Next, close all Java appliations and anything that may affect the profiling, and run sbt in one terminal:
21+
Next, close all Java applications and anything that may affect the profiling, and run sbt in one terminal:
2222

2323
```
2424
$ sbt exit

main/src/main/scala/sbt/internal/CrossJava.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import sbt.internal.CommandStrings.{
2626
}
2727

2828
private[sbt] object CrossJava {
29-
// parses jabaa style version number [email protected]
29+
// parses jabba style version number [email protected]
3030
def parseJavaVersion(version: String): JavaVersion = {
3131
def splitDot(s: String): Vector[Long] =
3232
Option(s) match {

0 commit comments

Comments
 (0)