spelling: incoming

This commit is contained in:
Josh Soref 2017-01-20 08:17:56 +00:00
parent 840dabf6b5
commit ae22cc2293
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ private[sbt] sealed trait ServerInstance {
private[sbt] object Server {
def start(host: String, port: Int, onIncomingSocket: Socket => Unit,
/*onIncommingCommand: CommandMessage => Unit,*/ log: Logger): ServerInstance =
/*onIncomingCommand: CommandMessage => Unit,*/ log: Logger): ServerInstance =
new ServerInstance {
// val lock = new AnyRef {}