Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #17 from kevin-yen/fix-typo
Browse files Browse the repository at this point in the history
Fixed typo in comment
  • Loading branch information
ysb33r authored Jun 23, 2016
2 parents 71e8ce7 + f09b31c commit 398fe02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ class OfflineRepositorySync extends DefaultTask {
this.repoRoot = repo
}

/** If no configuratiosn were listed, returns all the configurations
/** If no configurations were listed, returns all the configurations
*
* @return A project configuration container with all of the named configurations. Does not
* return the {@code buildscript} configuration in here. THe latter is made available directly to
* return the {@code buildscript} configuration in here. The latter is made available directly to
*/
@CompileDynamic
ConfigurationContainer getConfigurations() {
Expand Down

0 comments on commit 398fe02

Please sign in to comment.