Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8639)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8640)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+
+ 2007/07/17 Thomas Bretz
+
+   * mjobs/MDataSet.cc:
+     - fixed a typo
+
 
 
Index: /trunk/MagicSoft/Mars/mjobs/MDataSet.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MDataSet.cc	(revision 8639)
+++ /trunk/MagicSoft/Mars/mjobs/MDataSet.cc	(revision 8640)
@@ -249,5 +249,5 @@
 
     const TString defpathseq  = env.GetValue("SequencePath", GetDefPathSequences());
-    const TString defpathdata = env.GetValue("DataPath",     GetDefPathDataFile());
+    const TString defpathdata = env.GetValue("DataPath",     GetDefPathDataFiles());
 
     SetupDefaultPath(sequences, defpathseq);
