diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 74674b2..d27f22a 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -1008,7 +1008,7 @@ "Force deletion of fetched packages with untracked files" ]); args.getopt("verify", &m_verify, [ - "Updates the project and performs a build. If successfull, rewrites the selected versions file ." + "Updates the project and performs a build. If successful, rewrites the selected versions file ." ]); args.getopt("missing-only", &m_missingOnly, [ "Performs an upgrade only for dependencies that don't yet have a version selected. This is also done automatically before each build."