aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2018-10-19 17:18:52 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2018-10-19 17:18:52 -0400
commit31b7eea8489d84ae3abdb068aaf15a6fcdb02124 (patch)
tree836543309d28a6a48abab7199e33c38e36b89cd2 /src
parented803fdc31115945a105626faab6bd302785f0e7 (diff)
More telegraphic error text for clashing URL prefixes (closes #111)
Diffstat (limited to 'src')
-rw-r--r--src/tag.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.sml b/src/tag.sml
index 94e5d44f..3040c36c 100644
--- a/src/tag.sml
+++ b/src/tag.sml
@@ -124,7 +124,7 @@ fun exp uf env (e, s) =
()
else
ErrorMsg.errorAt loc
- ("Duplicate HTTP tag "
+ ("Duplicate URL prefix "
^ s);
if ek = ek' then
()