aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorMaxime Dénès2017-03-29 23:06:36 +0200
committerMaxime Dénès2017-03-29 23:06:36 +0200
commit65893d1de94f33e24e6995f39a18dab8e12f8b8c (patch)
tree0fc5f2958be347b3089cd88d93b1bbf34b46e984 /library
parenta723781ef0099bd366d1b6f0a7455a7d4e83a654 (diff)
parent43ac25fd5218fb92b3971c8df8be4f38894e27f3 (diff)
Merge PR#506: [nit] Fix a couple incorrect uses of msg_error.
Diffstat (limited to 'library')
-rw-r--r--library/summary.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/summary.ml b/library/summary.ml
index 2ec4760d64..d9f6441003 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