From 5813cfc88ec65de93f34fad669e4d39277d5c1ab Mon Sep 17 00:00:00 2001 From: Cezar Pimentel Date: Tue, 21 Mar 2023 01:14:42 -0400 Subject: [PATCH] Misspell correction from "ERROR reading output (state change): The sever problably exited." to "ERROR reading output (state change): The server probably exited." --- src/megacmdshell/megacmdshellcommunicationsnamedpipes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/megacmdshell/megacmdshellcommunicationsnamedpipes.cpp b/src/megacmdshell/megacmdshellcommunicationsnamedpipes.cpp index e8d30c0c..3bfc3606 100644 --- a/src/megacmdshell/megacmdshellcommunicationsnamedpipes.cpp +++ b/src/megacmdshell/megacmdshellcommunicationsnamedpipes.cpp @@ -783,7 +783,7 @@ int MegaCmdShellCommunicationsNamedPipes::listenToStateChanges(int receiveNamedP { if (!stopListener && !updating) { - cerr << "ERROR reading output (state change): The sever problably exited."<< endl; + cerr << "ERROR reading output (state change): The server probably exited."<< endl; } } else