From 4652a84c7defa334d89a9b8e06c48558d5054b3f Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Mon, 10 Aug 2026 15:23:01 +0200 Subject: [PATCH] fix: fix codespell in Flutter patch --- src/static/tool/3.38.9.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/tool/3.38.9.patch b/src/static/tool/3.38.9.patch index e014ff1..c9090e7 100644 --- a/src/static/tool/3.38.9.patch +++ b/src/static/tool/3.38.9.patch @@ -416,7 +416,7 @@ index fdbfbfdca2e..ac2f5dbefb8 100644 /// Whether UIScene migration is enabled. bool get isUISceneMigrationEnabled; -+ /// Wether riscv64 support is enabled. ++ /// Whether riscv64 support is enabled. + bool get isRiscv64SupportEnabled; + /// Whether a particular feature is enabled for the current channel. @@ -434,7 +434,7 @@ index fdbfbfdca2e..ac2f5dbefb8 100644 stable: FeatureChannelSetting(available: true), ); -+/// The [Feature] for building code targetting riscv64 architecture ++/// The [Feature] for building code targeting riscv64 architecture +const riscv64 = Feature( + name: 'support for riscv64 architecture', + configSetting: 'enable-riscv64',