diff src/dil/ModuleManager.d @ 819:438ed3a72c9d

Added option -d to the compile command.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 13 Mar 2008 18:59:54 +0100
parents 372fa4fbbb1d
children 80eb3251e010
line wrap: on
line diff
--- a/src/dil/ModuleManager.d	Thu Mar 13 02:21:26 2008 +0100
+++ b/src/dil/ModuleManager.d	Thu Mar 13 18:59:54 2008 +0100
@@ -79,7 +79,7 @@
     return newModule;
   }
 
-  /// Returns the package given a fully package name.
+  /// Returns the package given a f.q. package name.
   /// Returns the root package for an empty string.
   Package getPackage(string pckgFQN)
   {