From 2177330c02ce5703d0c85f9f6e197fe3b4d94fce Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Sat, 11 Aug 2018 23:51:41 +0900 Subject: [PATCH] Fix typos (#891) --- cache/jvm/src/main/scala/coursier/Cache.scala | 2 +- notes/1.0.0-M9.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cache/jvm/src/main/scala/coursier/Cache.scala b/cache/jvm/src/main/scala/coursier/Cache.scala index 88874d8fe..71479dd0c 100644 --- a/cache/jvm/src/main/scala/coursier/Cache.scala +++ b/cache/jvm/src/main/scala/coursier/Cache.scala @@ -1169,7 +1169,7 @@ object Cache { /*** * - * @param beforeOutput: called before any output is printed, iff something else is outputed. + * @param beforeOutput: called before any output is printed, iff something else is outputted. * (That is, if that `Logger` doesn't print any progress, * `initialMessage` won't be printed either.) */ diff --git a/notes/1.0.0-M9.markdown b/notes/1.0.0-M9.markdown index 3eaa029cc..12de63824 100644 --- a/notes/1.0.0-M9.markdown +++ b/notes/1.0.0-M9.markdown @@ -22,4 +22,4 @@ ### Non-backward compatible changes -* Minor binary and source compatiblity breaking on `FileError.NotFound` (addition of an optional parameter) +* Minor binary and source compatibility breaking on `FileError.NotFound` (addition of an optional parameter)