summaryrefslogtreecommitdiff
path: root/lib/error.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/error.ml')
-rw-r--r--lib/error.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.ml b/lib/error.ml
index 4255c79..a658f50 100644
--- a/lib/error.ml
+++ b/lib/error.ml
@@ -5,7 +5,7 @@
open Name
type manifest_error = [
- | `Parsing of Util.KDL.Valid.err list
+ | `Parsing of KDL.Valid.err list
| `Not_set_up
| `File_already_exists
]