From bc5370f74ab508f8e1b24ae165473bbf95a0ffae Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Wed, 26 Apr 2023 04:19:34 +0200
Subject: [PATCH] Fix spelling

---
 src/QBar/Qubes/AdminAPI.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/QBar/Qubes/AdminAPI.hs b/src/QBar/Qubes/AdminAPI.hs
index ae8b088..7fcac49 100644
--- a/src/QBar/Qubes/AdminAPI.hs
+++ b/src/QBar/Qubes/AdminAPI.hs
@@ -30,7 +30,7 @@ data QubesAdminReturn
 
 putLazyByteStringNul :: BL.ByteString -> Put
 putLazyByteStringNul x = do
-  when (0 `BL.elem` x) $ error "string mustn't contain any \\x00 bytes"
+  when (0 `BL.elem` x) $ error "String must not contain any \\x00 bytes"
   putLazyByteString x
   putWord8 0x00
 
-- 
GitLab