diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js index 0c9514e2b..103688259 100644 --- a/js/ui/components/telepathyClient.js +++ b/js/ui/components/telepathyClient.js @@ -415,7 +415,7 @@ class ChatSource extends MessageTray.Source { _updateAvatarIcon() { this.iconUpdated(); - if (this._notifiction) { + if (this._notification) { this._notification.update(this._notification.title, this._notification.bannerBodyText, { gicon: this.getIcon() });