Skip to content

Commit c658af6

Browse files
mokagiotwstokes
andauthored
Fix typo s/Utitlity/Utility
Co-authored-by: Tanner Stokes <[email protected]>
1 parent d83f06a commit c658af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Track.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Track {
8282
}
8383
}
8484

85-
/// Utitlity to log sending event with a dump of the event.
85+
/// Utility to log sending event with a dump of the event.
8686
private func os_log_sending_event(_ event: Event, log: OSLog = .tracker, type: OSLogType = .debug) {
8787
var eventDump = ""
8888
dump(event.toDict(), to: &eventDump)

0 commit comments

Comments
 (0)