We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f5800 commit ad1f266Copy full SHA for ad1f266
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