From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Fix typo
--- ataqv.orig/src/cpp/catch.hpp
+++ ataqv/src/cpp/catch.hpp
@@ -4685,7 +4685,7 @@
             ss << seed;
             ss >> config.rngSeed;
             if( ss.fail() )
-                throw std::runtime_error( "Argment to --rng-seed should be the word 'time' or a number" );
+                throw std::runtime_error( "Argument to --rng-seed should be the word 'time' or a number" );
         }
     }
     inline void setVerbosity( ConfigData& config, int level ) {
