diff --git a/spring-web/src/main/java/org/springframework/http/ContentDisposition.java b/spring-web/src/main/java/org/springframework/http/ContentDisposition.java
index 3e74f9ac1a..004067d4d0 100644
--- a/spring-web/src/main/java/org/springframework/http/ContentDisposition.java
+++ b/spring-web/src/main/java/org/springframework/http/ContentDisposition.java
@@ -129,7 +129,7 @@ public final class ContentDisposition {
/**
* Return the value of the {@literal size} parameter, or {@code null} if not defined.
* @deprecated since 5.2.3 as per
- * RFC 6266, Apendix B,
+ * RFC 6266, Appendix B,
* to be removed in a future release.
*/
@Deprecated
@@ -141,7 +141,7 @@ public final class ContentDisposition {
/**
* Return the value of the {@literal creation-date} parameter, or {@code null} if not defined.
* @deprecated since 5.2.3 as per
- * RFC 6266, Apendix B,
+ * RFC 6266, Appendix B,
* to be removed in a future release.
*/
@Deprecated
@@ -153,7 +153,7 @@ public final class ContentDisposition {
/**
* Return the value of the {@literal modification-date} parameter, or {@code null} if not defined.
* @deprecated since 5.2.3 as per
- * RFC 6266, Apendix B,
+ * RFC 6266, Appendix B,
* to be removed in a future release.
*/
@Deprecated
@@ -165,7 +165,7 @@ public final class ContentDisposition {
/**
* Return the value of the {@literal read-date} parameter, or {@code null} if not defined.
* @deprecated since 5.2.3 as per
- * RFC 6266, Apendix B,
+ * RFC 6266, Appendix B,
* to be removed in a future release.
*/
@Deprecated