From 798198b997dd075dc39c475c74a4327c6978494c Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 13 Nov 2024 09:15:14 -0800 Subject: [PATCH] App and Environment: correct minor typo (NFC) Correct a small typo in a comment (NFC) --- Sources/SwiftWin32/App and Environment/ApplicationMain.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftWin32/App and Environment/ApplicationMain.swift b/Sources/SwiftWin32/App and Environment/ApplicationMain.swift index ca05b892..7633c9b4 100644 --- a/Sources/SwiftWin32/App and Environment/ApplicationMain.swift +++ b/Sources/SwiftWin32/App and Environment/ApplicationMain.swift @@ -48,7 +48,7 @@ public func ApplicationMain(_ argc: Int32, // Setup the main application class. The following order describes how the // user may actually configure the selected class: // - // 1. `application`: the parameter passd to `ApplicationMain(_:_:_:_:)` + // 1. `application`: the parameter passed to `ApplicationMain(_:_:_:_:)` // 2. `PrincipalClass`: the value configured in `Info.plist` // 3. `Application`: the default application class provided by Swift/Win32 //