We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4f5800 + ad1f266 commit a9e4ce9Copy full SHA for a9e4ce9
src/goto-instrument/splice_call.cpp
@@ -46,7 +46,7 @@ bool splice_call(
46
std::vector<std::string> caller_callee;
47
if(parse_caller_callee(callercallee, caller_callee))
48
{
49
- message.error() << "Expecting two function names seperated by a comma"
+ message.error() << "Expecting two function names separated by a comma"
50
<< messaget::eom;
51
return true;
52
}
0 commit comments