Cleaning.
[crypto_lab3.git] / src / Rand.cpp
index c82b83f..ee439c3 100644 (file)
@@ -57,7 +57,7 @@ void Rand::readRand(char* to, int size)
    static fstream ifs(RANDOM_SOURCE, ios_base::in);
    if (!ifs)
    {
-      cerr << "Unable to read  the random source: " << RANDOM_SOURCE << endl;
+      cerr << "Unable to read the random source: " << RANDOM_SOURCE << endl;
       throw 1;
    }