aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/summary.ml
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-22 23:23:14 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-24 13:14:59 +0100
commit43ac25fd5218fb92b3971c8df8be4f38894e27f3 (patch)
tree03f1da9560f09a0c04d4c2823ae30b8459988556 /library/summary.ml
parent530cd175c1b7465c3fa35c300f42b022bed9b25b (diff)
[nit] Fix a couple incorrect uses of msg_error.
Diffstat (limited to 'library/summary.ml')
-rw-r--r--library/summary.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/summary.ml b/library/summary.ml
index 2ec4760d6..d9f644100 100644
--- a/library/summary.ml
+++ b/library/summary.ml
@@ -108,7 +108,7 @@ let unfreeze_summaries fs =
with e when CErrors.noncritical e ->
let e = CErrors.push e in
Feedback.msg_error
- Pp.(seq [str "Error unfrezing summay %s\n%s\n%!";
+ Pp.(seq [str "Error unfreezing summary %s\n%s\n%!";
str (name_of_summary id);
CErrors.iprint e]);
iraise e