From eb1a699c5afb5f90d44b1ab0a8047c79538ea905 Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Thu, 14 May 2020 14:41:16 -0400 Subject: [PATCH] Fix typo in error message --- src/ripple/app/main/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/main/Main.cpp b/src/ripple/app/main/Main.cpp index 527f86f19..ccc3f2c77 100644 --- a/src/ripple/app/main/Main.cpp +++ b/src/ripple/app/main/Main.cpp @@ -611,7 +611,7 @@ run(int argc, char** argv) if ((config->START_UP == Config::LOAD) || (config->START_UP == Config::REPLAY)) { - std::cerr << "Net and load/reply options are incompatible" + std::cerr << "Net and load/replay options are incompatible" << std::endl; return -1; }