From 7edeb268ba672b287354181cc87b018df86cd0f5 Mon Sep 17 00:00:00 2001
From: Veronique Legrand <vlegrand@pasteur.fr>
Date: Thu, 20 Apr 2017 14:30:30 +0200
Subject: [PATCH] ROCKparams.cpp

---
 src/ROCKparams.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ROCKparams.cpp b/src/ROCKparams.cpp
index 3ee9910..db1fb94 100644
--- a/src/ROCKparams.cpp
+++ b/src/ROCKparams.cpp
@@ -84,7 +84,7 @@ void ROCKparams::optArgConsistency(const string& input_file,const string& output
         computeLambda();
         parms.lambda=min(parms.lambda,proposedLambda);
         if (parms.lambda==0) {
-            cout<<"Not enough RAM on the machine. TotalRAM -1GB must be bigger than INT_MAX to allow at least 1 array in the CMS."<<endl;
+            cout<<"Not enough RAM on the machine. Total RAM in GB must be bigger than INT_MAX to allow at least 1 array in the CMS."<<endl;
             exit(EXIT_FAILURE);
         }
     }
-- 
GitLab