Skip to content

Commit

Permalink
MXAggregatedEditsUpdater: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
SBiOSoftWhare committed Jul 3, 2019
1 parent d6ab244 commit bada623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatrixSDK/Aggregations/MXAggregatedEditsUpdater.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ - (MXHTTPOperation*)replaceTextMessageEvent:(MXEvent*)event
if (event.isReplyEvent)
{
MXReplyEventParser *replyEventParser = [MXReplyEventParser new];
MXReplyEventParts *replyEventParts = [replyEventPaser parse:event];
MXReplyEventParts *replyEventParts = [replyEventParser parse:event];

if (replyEventParts)
{
Expand Down

0 comments on commit bada623

Please sign in to comment.