From f5da3e9378ee366ca77116d38d63a84c42b11e8a Mon Sep 17 00:00:00 2001 From: SinaKarvandi Date: Sat, 25 Sep 2021 22:33:39 +0330 Subject: [PATCH] fix typo in messages --- .../Debugger/Commands/Extension Commands/measure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdbg/hprdbgctrl/Source Files/Debugger/Commands/Extension Commands/measure.cpp b/hyperdbg/hprdbgctrl/Source Files/Debugger/Commands/Extension Commands/measure.cpp index 77d260e9..6560c662 100644 --- a/hyperdbg/hprdbgctrl/Source Files/Debugger/Commands/Extension Commands/measure.cpp +++ b/hyperdbg/hprdbgctrl/Source Files/Debugger/Commands/Extension Commands/measure.cpp @@ -136,7 +136,7 @@ CommandMeasure(vector SplittedCommand, string Command) g_RdtscMedian = 0x16; } - ShowMessages("the measurements was successful, now you can use '!hide' command\n"); + ShowMessages("the measurements were successful\nyou can use the '!hide' command now\n"); // // Indicate that the measurements was successful