Fix: misspellings

This commit is contained in:
Seyed Mojtaba Hosseini Zeidabadi
2021-07-11 13:25:38 +04:30
parent c33d0285d4
commit d2882fcbe0
6 changed files with 8 additions and 8 deletions
@@ -175,7 +175,7 @@ final class AdvancedExampleViewController: ChatViewController {
}
}
/// The input bar will autosize based on the contained text, but we can add padding to adjust the height or width if neccesary
/// The input bar will autosize based on the contained text, but we can add padding to adjust the height or width if necessary
/// See the InputBar diagram here to visualize how each of these would take effect:
/// https://raw.githubusercontent.com/MessageKit/MessageKit/master/Assets/InputBarAccessoryViewLayout.png
private func configureInputBarPadding() {
@@ -419,7 +419,7 @@ extension AdvancedExampleViewController: MessagesDisplayDelegate {
}
func configureAudioCell(_ cell: AudioMessageCell, message: MessageType) {
audioController.configureAudioCell(cell, message: message) // this is needed especily when the cell is reconfigure while is playing sound
audioController.configureAudioCell(cell, message: message) // this is needed especially when the cell is reconfigure while is playing sound
}
}