Skip to content

Commit

Permalink
Fix important typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Dec 20, 2024
1 parent 19cedfc commit ff2dbd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
- Include native libraries for self-extract
- Preserve program metadata on publish
- Allow symbols to be packed
- Fix important typo

### 3.2.4 (2024-11-24)

Expand Down
2 changes: 1 addition & 1 deletion MPF.Frontend/DumpEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public async Task<ResultEventArgs> VerifyAndSaveDumpOutput(
resultProgress?.Report(ResultEventArgs.Success("Information injection complete!"));
}

// Get user-modifiable information if confugured to
// Get user-modifiable information if configured to
if (_options.PromptForDiscInformation && processUserInfo != null)
{
resultProgress?.Report(ResultEventArgs.Success("Waiting for additional disc information..."));
Expand Down

0 comments on commit ff2dbd7

Please sign in to comment.