From 0f4e361a95f4d2f252cc5cde7e716942561bec69 Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Fri, 28 Feb 2025 03:11:32 +0700 Subject: [PATCH] Fix typo in javadoc See gh-44469 Signed-off-by: Tran Ngoc Nhan --- .../boot/logging/structured/CommonStructuredLogFormat.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/CommonStructuredLogFormat.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/CommonStructuredLogFormat.java index acba34b7cd6..16be28491d6 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/CommonStructuredLogFormat.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/structured/CommonStructuredLogFormat.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2024 the original author or authors. + * Copyright 2012-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ package org.springframework.boot.logging.structured; public enum CommonStructuredLogFormat { /** - * Elasic Common + * Elastic Common * Schema (ECS) log format. */ ELASTIC_COMMON_SCHEMA("ecs"),