diff --git a/source/dub/generators/visuald.d b/source/dub/generators/visuald.d index d4552a0..245f981 100644 --- a/source/dub/generators/visuald.d +++ b/source/dub/generators/visuald.d @@ -212,7 +212,7 @@ string[] prjFiles; // Avoid multiples package.json when using sub-packages. - // Only add the package info file if no mother module/sub-module from the same base package + // Only add the package info file if no other package/sub-package from the same base package // has been seen yet. { const(Package) base = prj.basePackage(); @@ -532,4 +532,4 @@ private string getPackageFileName(in Package pack) { return pack.name.replace(":", "_"); -} \ No newline at end of file +}