From b873338f2549a9b394c2530d100390c948354881 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 20 Jan 2017 08:13:29 +0000 Subject: [PATCH] spelling: disabled --- notes/0.13.9.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/0.13.9.markdown b/notes/0.13.9.markdown index bf2024369..e2207a005 100644 --- a/notes/0.13.9.markdown +++ b/notes/0.13.9.markdown @@ -141,7 +141,7 @@ and `A2` and `B1` are also is in the graph. This is fixed by sorting the graph p when it creates classloaders to call Scala Compilers. sbt 0.13.9 will call GC on a set interval (default: 60s). It will also call GC right before cross building. -This behavior can diabled using by setting false to `forcegc` +This behavior can disabled using by setting false to `forcegc` setting or `sbt.task.forcegc` flag. [#1773][1773] by [@eed3si9n][@eed3si9n]