Skip to content

Commit

Permalink
style: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jan 26, 2024
1 parent e6f6bf9 commit 51910eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Easydict/NewApp/Utility/GlobalContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ import Sparkle
}
}
let userDriverHelper = SPUUserDriverHelper()
let upadterHelper = SPUUpdaterHelper()
let updaterHelper = SPUUpdaterHelper()
// 参考 https://sparkle-project.org/documentation/programmatic-setup/
// If you want to start the updater manually, pass false to startingUpdater and call .startUpdater() later
// This is where you can also pass an updater delegate if you need one
return SPUStandardUpdaterController(
startingUpdater: true,
updaterDelegate: upadterHelper,
updaterDelegate: updaterHelper,
userDriverDelegate: userDriverHelper
)
}()
Expand Down

0 comments on commit 51910eb

Please sign in to comment.