[gnome-shell] telepathyClient: Fix a typo



commit 474fd47fc035f912fb11b830b582022597e5a892
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Aug 13 02:39:34 2021 +0200

    telepathyClient: Fix a typo
    
    Whoops, that notifiction was never shown.
    
    Spotted by coverity in CID 351223.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1950>

 js/ui/components/telepathyClient.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js
index 0c9514e2b5..103688259c 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() });


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]