From 8141843f27b93155188746175d68cb0e776996df Mon Sep 17 00:00:00 2001 From: sdkjfhsdkjhfsdlkjhfsdf Date: Wed, 20 Dec 2017 00:10:37 -0600 Subject: [PATCH] comment typo --- SignalServiceKit/src/Messages/Interactions/TSMessage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalServiceKit/src/Messages/Interactions/TSMessage.m b/SignalServiceKit/src/Messages/Interactions/TSMessage.m index 1f6fbac51..65af36770 100644 --- a/SignalServiceKit/src/Messages/Interactions/TSMessage.m +++ b/SignalServiceKit/src/Messages/Interactions/TSMessage.m @@ -156,7 +156,7 @@ static const NSUInteger OWSMessageSchemaVersion = 4; // messages are not only unnecessary, but worse, would be rendered redundantly. For safety, rather // than building the logic to try to find and delete the redundant "dummy" text messages which users // have been seeing and interacting with, we delete the body field from the attachment message, - // which iOS users has never seen directly. + // which iOS users have never seen directly. if (_attachmentIds.count > 0) { _body = nil; }