diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 532b1b0..24ffb9e 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -749,7 +749,7 @@ { this.name = "clean"; this.argumentsPattern = "[]"; - this.description = "Removes intermetiate build files and cached build results"; + this.description = "Removes intermediate build files and cached build results"; this.helpText = [ "This command removes any cached build files of the given package(s). The final target file, as well as any copyFiles are currently not removed.", "Without arguments, the package in the current working directory will be cleaned."