=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
This commit is contained in:
parent
10f039f70d
commit
bc791eb86c
77 changed files with 100 additions and 100 deletions
|
|
@ -41,7 +41,7 @@ object Sample {
|
|||
val dependencies = buildDependencies.value
|
||||
val classpathWithProjectDependencies = dependencies.classpath.map {
|
||||
case (proj, deps) if proj.project == project.id =>
|
||||
// add project dependency for every akka library dependnecy
|
||||
// add project dependency for every akka library dependency
|
||||
(proj, deps ++ projectDependencies.map(ResolvedClasspathDependency(_, None)))
|
||||
case (project, deps) => (project, deps)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue