From 85a96edd45b45e45ed4b09bb56f0017401ef1117 Mon Sep 17 00:00:00 2001 From: Sam Lu Date: Sun, 24 Jan 2021 22:22:02 -0700 Subject: [PATCH] Fix typo --- Xcodes/Frontend/XcodeList/InstallationStepView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xcodes/Frontend/XcodeList/InstallationStepView.swift b/Xcodes/Frontend/XcodeList/InstallationStepView.swift index d88a775..ecdc27e 100644 --- a/Xcodes/Frontend/XcodeList/InstallationStepView.swift +++ b/Xcodes/Frontend/XcodeList/InstallationStepView.swift @@ -17,7 +17,7 @@ struct InstallationStepView: View { controlSize: .small, style: .spinning ) - .help("Dowloading: \(Int((progress.fractionCompleted * 100)))% complete") + .help("Downloading: \(Int((progress.fractionCompleted * 100)))% complete") case .unarchiving, .moving, .trashingArchive, .checkingSecurity, .finishing: ProgressView() .scaleEffect(0.5)