chore: fix some minor issues in comments (#2389)

Signed-off-by: socialsister <seekseat@qq.com>

Anna Smith committed Jul 17, 2025 at 00:16 UTC 5a1bfc4061e36ddf42fdd5aac3844ef7d84124ac
2 files changed +3 -3
cw_bitcoin/lib/psbt/v0_finalizer.dart
+2 -2
@@ -56,7 +56,7 @@ extension InputFinalizer on PsbtV2 {
56 if (isWrappedSegwit) {
57 if (redeemScript.isEmpty) {
58 throw Exception(
59 - "Expected non-empty redeemscript. Can't finalize intput $i");
59 + "Expected non-empty redeemscript. Can't finalize input $i");
60 }
61 final scriptSigBuf = BufferWriter()
62 ..writeUInt8(redeemScript.length) // Push redeemScript length
@@ -90,7 +90,7 @@ extension InputFinalizer on PsbtV2 {
90
91 /// Deletes fields that are no longer necessary from the psbt.
92 ///
93 - /// Note, the spec doesn't say anything about removing ouput fields
93 + /// Note, the spec doesn't say anything about removing output fields
94 /// like PSBT_OUT_BIP32_DERIVATION_PATH and others, so we keep them
95 /// without actually knowing why. I think we should remove them too.
96 void clearFinalizedInput(int inputIndex) {
scripts/macos/app_config.sh
+1 -1
@@ -10,7 +10,7 @@ if [ -z "$APP_MACOS_TYPE" ]; then
10 exit 1
11 fi
12
13 -cd .. # go to scipts
13 +cd .. # go to scripts
14 ./gen_android_manifest.sh
15 cd .. # go to root
16 cp -rf ./macos/Runner/InfoBase.plist ./macos/Runner/Info.plist