From f52ee922aa571fe0e270296b9ba16578e28620c1 Mon Sep 17 00:00:00 2001 From: David Hall Date: Wed, 4 Mar 2020 16:46:32 -0600 Subject: [PATCH] MCOL-3870 typo fix --- oamapps/postConfigure/postConfigure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oamapps/postConfigure/postConfigure.cpp b/oamapps/postConfigure/postConfigure.cpp index 06bc283e3..03cdfb7c0 100644 --- a/oamapps/postConfigure/postConfigure.cpp +++ b/oamapps/postConfigure/postConfigure.cpp @@ -581,7 +581,7 @@ int main(int argc, char* argv[]) } else { - cout << "The utility 'pidod' is not installed. Can't check for MariaDB server already running Exiting..." << endl; + cout << "The utility 'pidof' is not installed. Can't check for MariaDB server already running Exiting..." << endl; exit (1); }