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,