From cdfd0fce2867cd8f442b47f8d9db44a2498f8912 Mon Sep 17 00:00:00 2001
From: Brian Norris <banorris@uci.edu>
Date: Wed, 9 Jan 2013 17:50:57 -0800
Subject: [PATCH] model: spelling mistake

---
 model.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
 }
-- 
2.34.1