mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-26 00:44:57 +00:00
fix some typos
This commit is contained in:
parent
60a7ef9855
commit
606cb775a1
34 changed files with 448 additions and 448 deletions
|
|
@ -84,7 +84,7 @@ ScriptEngineEvalSingleExpression(string Expr, PBOOLEAN HasError)
|
|||
//
|
||||
// Check whether there was an error in evaluation or not
|
||||
//
|
||||
if (g_ErrorStateOfResultOfEvaluatedExpression == DEBUGGER_OPERATION_WAS_SUCCESSFULL)
|
||||
if (g_ErrorStateOfResultOfEvaluatedExpression == DEBUGGER_OPERATION_WAS_SUCCESSFUL)
|
||||
{
|
||||
//
|
||||
// Everything was fine, return the result of the evaluated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue