[gnome-shell] appDisplay: Fix a typo in the DEFAULT_FOLDERS definition



commit 81029c7d6cf473e30eacc1f0b6fac6daa25d328f
Author: Adam Williamson <awilliam redhat com>
Date:   Wed Mar 9 18:13:40 2022 -0800

    appDisplay: Fix a typo in the DEFAULT_FOLDERS definition
    
    This causes a crash because when we look for 'categories' later
    for this entry, it's undefined.
    
    Signed-off-by: Adam Williamson <awilliam redhat com>
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2238>

 js/ui/appDisplay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 821bfe3b8d..116e9931d8 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -79,7 +79,7 @@ const DEFAULT_FOLDERS = {
     },
     'YaST': {
         name: 'suse-yast.directory',
-        categegories: ['X-SuSE-YaST'],
+        categories: ['X-SuSE-YaST'],
     },
 };
 


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