mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
Fix typo (Thanks to David Cok)
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
bc8277f10d
commit
2292761a81
2 changed files with 4 additions and 2 deletions
|
@ -670,7 +670,7 @@ void cmd_context::insert(symbol const & s, func_decl * f) {
|
|||
msg += f->get_arity() == 0 ? "constant" : "function";
|
||||
msg += " '";
|
||||
msg += s.str();
|
||||
msg += "' (whith the given signature) already declared";
|
||||
msg += "' (with the given signature) already declared";
|
||||
throw cmd_exception(msg.c_str());
|
||||
}
|
||||
if (s != f->get_name()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue