fix: fix codespell in Flutter patch

This commit is contained in:
2026-08-10 15:23:01 +02:00
parent 9cfbd3b12b
commit 4652a84c7d
+2 -2
View File
@@ -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',