Skip to content

Commit

Permalink
fix: proton warning typo
Browse files Browse the repository at this point in the history
  • Loading branch information
villamorrd authored and apprehensions committed Dec 24, 2024
1 parent 30f365d commit c56c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (b *Binary) validate() error {
return fmt.Errorf("wineroot: %w", w.Err)
}
if pfx.IsProton() && w.Args[0] != "umu-run" && !sysinfo.InFlatpak {
slog.Warn("wineroot: umu-run reccomended for Proton usage!")
slog.Warn("wineroot: umu-run recommended for Proton usage!")
}
}

Expand Down

0 comments on commit c56c20f

Please sign in to comment.