[Rivet-svn] r2605 - trunk/src/Tools

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Jul 22 13:08:38 BST 2010


Author: buckley
Date: Thu Jul 22 13:08:38 2010
New Revision: 2605

Log:
Typo corrections

Modified:
   trunk/src/Tools/RivetPaths.cc

Modified: trunk/src/Tools/RivetPaths.cc
==============================================================================
--- trunk/src/Tools/RivetPaths.cc	Thu Jul 22 13:08:02 2010	(r2604)
+++ trunk/src/Tools/RivetPaths.cc	Thu Jul 22 13:08:38 2010	(r2605)
@@ -49,7 +49,7 @@
       // Use the Rivet analysis path variable if set...
       dirs += split(env);
     } else {
-      // ... otherwise fall back to the Rivet library install path
+      // ... otherwise fall back to the Rivet data install path
       dirs += getRivetDataPath();
     }
     return dirs;
@@ -64,7 +64,7 @@
       // Use the Rivet analysis path variable if set...
       dirs += split(env);
     } else {
-      // ... otherwise fall back to the Rivet library install path
+      // ... otherwise fall back to the Rivet data install path
       dirs += getRivetDataPath();
     }
     return dirs;


More information about the Rivet-svn mailing list