From 5d5eb89eda4e801875c11cf1357699ec70310058 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Sat, 10 Oct 2015 03:09:02 -0700 Subject: [PATCH] quick spelling correction --- FireChat-Swift/MessagesViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FireChat-Swift/MessagesViewController.swift b/FireChat-Swift/MessagesViewController.swift index f5f54ee..846aaef 100644 --- a/FireChat-Swift/MessagesViewController.swift +++ b/FireChat-Swift/MessagesViewController.swift @@ -123,7 +123,7 @@ class MessagesViewController: JSQMessagesViewController { // ACTIONS func receivedMessagePressed(sender: UIBarButtonItem) { - // Simulate reciving message + // Simulate receiving message showTypingIndicator = !showTypingIndicator scrollToBottomAnimated(true) }