From: Brian Norris Date: Thu, 10 Jan 2013 01:50:57 +0000 (-0800) Subject: model: spelling mistake X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cdfd0fce2867cd8f442b47f8d9db44a2498f8912;p=cdsspec-compiler.git model: spelling mistake --- diff --git a/model.cc b/model.cc index f2d40fe..c63d9d9 100644 --- a/model.cc +++ b/model.cc @@ -1361,7 +1361,7 @@ void ModelChecker::print_infeasibility(const char *prefix) const if (promises_expired()) ptr += sprintf(ptr, "[promise expired]"); if (promises->size() != 0) - ptr += sprintf(ptr, "[unrevolved promise]"); + ptr += sprintf(ptr, "[unresolved promise]"); if (ptr != buf) model_print("%s: %s\n", prefix ? prefix : "Infeasible", buf); }