diff --git a/peppol-sbdh/src/main/java/com/helger/peppol/sbdh/read/EPeppolSBDHDocumentReadError.java b/peppol-sbdh/src/main/java/com/helger/peppol/sbdh/read/EPeppolSBDHDocumentReadError.java index 232981dc..5fedca81 100644 --- a/peppol-sbdh/src/main/java/com/helger/peppol/sbdh/read/EPeppolSBDHDocumentReadError.java +++ b/peppol-sbdh/src/main/java/com/helger/peppol/sbdh/read/EPeppolSBDHDocumentReadError.java @@ -105,7 +105,7 @@ public enum EPeppolSBDHDocumentReadError implements IHasID */ INVALID_TYPE_VERSION ("invalid-type-version", "The ''DocumentIdentification/TypeVersion'' element has the invalid value ''{0}''." + - " It may not colon a colon character and it must be the end of the document type identifier value (''{1}'')."), + " It may not contain a colon character and it must be the end of the document type identifier value (''{1}'')."), /** The value of the "DocumentIdentification/Type" element is invalid */ INVALID_TYPE ("invalid-type",