This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit ef3c6e755a896cebb697de9b70d13a75569e18ac Author: Josh Tynjala <[email protected]> AuthorDate: Tue Jan 6 11:02:19 2026 -0800 FontEmbeddingNotSupported: fix typo --- .../org/apache/royale/compiler/problems/FontEmbeddingNotSupported.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/main/java/org/apache/royale/compiler/problems/FontEmbeddingNotSupported.java b/compiler/src/main/java/org/apache/royale/compiler/problems/FontEmbeddingNotSupported.java index 793e15a55..1af2ff38f 100644 --- a/compiler/src/main/java/org/apache/royale/compiler/problems/FontEmbeddingNotSupported.java +++ b/compiler/src/main/java/org/apache/royale/compiler/problems/FontEmbeddingNotSupported.java @@ -27,7 +27,7 @@ import org.apache.royale.compiler.common.ISourceLocation; public class FontEmbeddingNotSupported extends CompilerProblem { public static final String DESCRIPTION = - "The direct embedding of fonts is not supported. Use the ${FONTSWF} utility and embed the resuting ${SWF}."; + "The direct embedding of fonts is not supported. Use the ${FONTSWF} utility and embed the resulting ${SWF}."; public static final int errorCode = 5034;
