From f66acb8c0ebaab1f42eb0c9c56a2c1e0f648ea18 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 20 Jan 2017 08:06:55 +0000 Subject: [PATCH] spelling: abstraction --- main-command/src/main/scala/sbt/internal/CommandChannel.scala | 2 +- notes/0.13.8.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main-command/src/main/scala/sbt/internal/CommandChannel.scala b/main-command/src/main/scala/sbt/internal/CommandChannel.scala index 49709f0fb..0f9eb963e 100644 --- a/main-command/src/main/scala/sbt/internal/CommandChannel.scala +++ b/main-command/src/main/scala/sbt/internal/CommandChannel.scala @@ -8,7 +8,7 @@ import sjsonnew.JsonFormat /** * A command channel represents an IO device such as network socket or human * that can issue command or listen for some outputs. - * We can think of a command channel to be an abstration of the terminal window. + * We can think of a command channel to be an abstraction of the terminal window. */ abstract class CommandChannel { private val commandQueue: ConcurrentLinkedQueue[Exec] = new ConcurrentLinkedQueue() diff --git a/notes/0.13.8.markdown b/notes/0.13.8.markdown index 4b31a0486..1f2b57c22 100644 --- a/notes/0.13.8.markdown +++ b/notes/0.13.8.markdown @@ -68,7 +68,7 @@ - Discovered main classes will be sorted. [#1180][1180] by [@kretes][@kretes] - Implemented a new mechanism of forking javac, whereby errors are captured. Also more likely to run in-process. [#1702][1702] by [@jsuereth][@jsuereth] - `evicted` will display all evictions (including the ones not suspected of binary incompatibility). [#1615][1615] by [@eed3si9n][@eed3si9n] -- Better abstration to track new kinds of dependencies for incremental compiler. [#1340][1340] by [@Duhemm][@Duhemm] +- Better abstraction to track new kinds of dependencies for incremental compiler. [#1340][1340] by [@Duhemm][@Duhemm] - Source dependency uses `--depth 1` for git clone. [#1787][1787] by [@xuwei-k][@xuwei-k] - Facilitate nicer ways of declaring project settings. See below. [#1902][1902] by [@dwijnand][@dwijnand]