Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Oct 8, 2012
1 parent 0b75cc3 commit e220652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/execution.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Http extends FixedThreadPoolExecutor { self =>
class DaemonThreadFactory extends juc.ThreadFactory {
def newThread(r: Runnable):Thread ={
val thread = new Thread
thread.setDaemon(true) // this ensure the created threads don't prevent jVM from porpoer shutdown
thread.setDaemon(true) // this ensure the created threads don't prevent JVM shutdown
thread
}
}
Expand Down

0 comments on commit e220652

Please sign in to comment.