Skip to content

Commit bf6dea9

Browse files
authored
Merge pull request #1033 from Teemperor/backport95054aeb07061dbfd6575c10673b9563430de64a
[lldb][NFC] Fix typo in 'watchpoint delete' error message
2 parents 2858517 + 2eed957 commit bf6dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/CommandObjectWatchpoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static bool CheckTargetForWatchpointOperations(Target *target,
4141
bool process_is_valid =
4242
target->GetProcessSP() && target->GetProcessSP()->IsAlive();
4343
if (!process_is_valid) {
44-
result.AppendError("Thre's no process or it is not alive.");
44+
result.AppendError("There's no process or it is not alive.");
4545
result.SetStatus(eReturnStatusFailed);
4646
return false;
4747
}

0 commit comments

Comments
 (0)