From 38b7c45c1b4e546db4d7c450413cdd9226dd3758 Mon Sep 17 00:00:00 2001 From: Richard Groves Date: Tue, 28 Apr 2015 17:18:37 +0100 Subject: [PATCH] Fixing a typo in a comment --- Bolts/Common/BFTask.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bolts/Common/BFTask.m b/Bolts/Common/BFTask.m index 01c74bc89..99c6fbb10 100644 --- a/Bolts/Common/BFTask.m +++ b/Bolts/Common/BFTask.m @@ -395,7 +395,7 @@ - (NSString *)description { } // Description string includes status information and, if available, the - // result sisnce in some ways this is what a promise actually "is". + // result since in some ways this is what a promise actually "is". return [NSString stringWithFormat:@"<%@: %p; completed = %@; cancelled = %@; faulted = %@;%@>", NSStringFromClass([self class]), self,