[Scummvm-git-logs] scummvm-web master -> 6240a21fcc11fa3f7c55e27491b20a91033d44d5
Thunderforge
noreply at scummvm.org
Sun Dec 4 23:26:06 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
6240a21fcc DUMPER: Fix spelling. (#270)
Commit: 6240a21fcc11fa3f7c55e27491b20a91033d44d5
https://github.com/scummvm/scummvm-web/commit/6240a21fcc11fa3f7c55e27491b20a91033d44d5
Author: Eric Lasota (ejlasota at gmail.com)
Date: 2022-12-04T18:26:04-05:00
Commit Message:
DUMPER: Fix spelling. (#270)
Changed paths:
dumper-companion/src/Dumper.tsx
diff --git a/dumper-companion/src/Dumper.tsx b/dumper-companion/src/Dumper.tsx
index adfaa155..04213a42 100644
--- a/dumper-companion/src/Dumper.tsx
+++ b/dumper-companion/src/Dumper.tsx
@@ -61,7 +61,7 @@ export default class Dumper extends Component<Props, State> {
<div>
<input disabled={this.state.busy} type="checkbox" id="forceMacBinary" checked={this.state.forceMacBinary} onInput={this.handleForceMacBinary.bind(this)}></input>
- <label for="forceMacBinary">Always use MacBinary encoding (use only when explicitely needed for an engine)</label>
+ <label for="forceMacBinary">Always use MacBinary encoding (use only when explicitly needed for an engine)</label>
</div>
<div>
More information about the Scummvm-git-logs
mailing list