correcting some simple typos

This commit is contained in:
Vern Paxson 2021-03-18 08:19:46 -07:00
parent 9fc8f491ff
commit e21c0f1115
5 changed files with 11 additions and 11 deletions

View file

@ -183,7 +183,7 @@ bool Expr::CanDel() const
void Expr::Add(Frame* /* f */)
{
Internal("Expr::Delete called");
Internal("Expr::Add called");
}
void Expr::Delete(Frame* /* f */)