Skip to content

Commit

Permalink
fix typo (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
roadrunnerto100 authored Jul 8, 2023
1 parent d9f739b commit ef103fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Whisky/Utils/Wine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Wine {
enableDXVK(bottle: bottle)
}

process.environment = constructEnvironemnt(bottle: bottle,
process.environment = constructEnvironment(bottle: bottle,
environment: environment)
}

Expand Down Expand Up @@ -227,7 +227,7 @@ class Wine {
return try runWineserver(["-k"], bottle: bottle)
}

static func constructEnvironemnt(bottle: Bottle, environment: [String: String]?) -> [String: String] {
static func constructEnvironment(bottle: Bottle, environment: [String: String]?) -> [String: String] {
var env: [String: String]
env = ["WINEPREFIX": bottle.url.path,
"WINEDEBUG": "fixme-all",
Expand Down

0 comments on commit ef103fc

Please sign in to comment.