aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/notation.ml')
-rw-r--r--interp/notation.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation.ml b/interp/notation.ml
index bfa86b50f2..31e242c1f3 100644
--- a/interp/notation.ml
+++ b/interp/notation.ml
@@ -151,7 +151,7 @@ let declare_delimiters scope key =
| Some oldkey when oldkey = key -> ()
| Some oldkey ->
Flags.if_verbose warning
- ("Overwritting previous delimiting key "^oldkey^" in scope "^scope);
+ ("overwriting previous delimiting key "^oldkey^" in scope "^scope);
scope_map := Gmap.add scope newsc !scope_map
end;
try