From 6df457b25a9bfce26289144d82cc6d9a180e0105 Mon Sep 17 00:00:00 2001
From: Isaac Mullison <isaacmullison@gmail.com>
Date: Sat, 17 May 2025 14:48:57 -0400
Subject: [PATCH] fixed typo

---
 smallfetch-deck.jsonc | 2 +-
 smallfetch.jsonc      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/smallfetch-deck.jsonc b/smallfetch-deck.jsonc
index 2053007..b3c43b3 100644
--- a/smallfetch-deck.jsonc
+++ b/smallfetch-deck.jsonc
@@ -31,7 +31,7 @@
         },
         {
             "type": "kernel",
-            "key": "Kernal"
+            "key": "Kernel"
         },
         {
             "type": "memory",
diff --git a/smallfetch.jsonc b/smallfetch.jsonc
index 4d3b33f..03f8204 100644
--- a/smallfetch.jsonc
+++ b/smallfetch.jsonc
@@ -30,7 +30,7 @@
         },
         {
             "type": "kernel",
-            "key": "Kernal"
+            "key": "Kernel"
         },
         {
             "type": "memory",
-- 
GitLab