From 0076643ef274d25074328b7a21f74bceaa42d2d2 Mon Sep 17 00:00:00 2001 From: Noam Tamim Date: Thu, 22 Mar 2018 13:29:25 +0200 Subject: [PATCH] Update API.swift Spelling --- Sources/API/API.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/API/API.swift b/Sources/API/API.swift index 32de0d9..9e978fb 100644 --- a/Sources/API/API.swift +++ b/Sources/API/API.swift @@ -175,7 +175,7 @@ public enum DTGItemState: Int { /// Item download has failed (fatal error cannot use this item again). case failed - /// Item download was interrupted (can be casued by error that we can recover from) + /// Item download was interrupted (can be caused by error that we can recover from) /// /// For example: when we can call start item again after this state. case interrupted