Skip to content

Commit 20db891

Browse files
ggreifserge-sans-paille
authored and
serge-sans-paille
committed
Fix typo in error message
1 parent 6e73f12 commit 20db891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/CommandObjectGUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bool CommandObjectGUI::DoExecute(Args &args, CommandReturnObject &result) {
4747
}
4848
return true;
4949
#else
50-
result.AppendError("lldb was not build with gui support");
50+
result.AppendError("lldb was not built with gui support");
5151
return false;
5252
#endif
5353
}

0 commit comments

Comments
 (0)