diff --git a/api/src/main/java/jakarta/servlet/HttpMethodConstraintElement.java b/api/src/main/java/jakarta/servlet/HttpMethodConstraintElement.java index 46ce1b0d3..84f2da8b3 100644 --- a/api/src/main/java/jakarta/servlet/HttpMethodConstraintElement.java +++ b/api/src/main/java/jakarta/servlet/HttpMethodConstraintElement.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2020 Oracle and/or its affiliates and others. + * Copyright (c) 2017, 2021 Oracle and/or its affiliates and others. * All rights reserved. * * This program and the accompanying materials are made available under the @@ -20,7 +20,7 @@ import jakarta.servlet.annotation.HttpMethodConstraint; /** - * Java Class represntation of an {@link HttpMethodConstraint} annotation value. + * Java Class representation of an {@link HttpMethodConstraint} annotation value. * * @since Servlet 3.0 */