fix: mispelled conditional import name

This commit is contained in:
Andrew Glaze
2026-03-13 10:17:41 -04:00
parent 707bbedac2
commit 490f1e480d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import Foundation
#if canImport(FoundationNetowrking)
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif