Skip to content

Commit a9e4ce9

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#2512 from tautschnig/fix-typo
Fix typo seperated -> separated
2 parents b4f5800 + ad1f266 commit a9e4ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/splice_call.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bool splice_call(
4646
std::vector<std::string> caller_callee;
4747
if(parse_caller_callee(callercallee, caller_callee))
4848
{
49-
message.error() << "Expecting two function names seperated by a comma"
49+
message.error() << "Expecting two function names separated by a comma"
5050
<< messaget::eom;
5151
return true;
5252
}

0 commit comments

Comments
 (0)