From 2c95d5a7d6c990c86b6cc2bfd9aeb512fcc0a18b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 5 Aug 2024 22:47:13 +0200 Subject: [PATCH] Fixed a source file header typo --- es-core/src/resources/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/resources/Font.cpp b/es-core/src/resources/Font.cpp index 51dc82b6c..a9a4a4a87 100644 --- a/es-core/src/resources/Font.cpp +++ b/es-core/src/resources/Font.cpp @@ -1,7 +1,7 @@ // SPDX-License-Identifier: MIT // // ES-DE Frontend -// Font.h +// Font.cpp // // Font management and text shaping and rendering. //