From 8923b28ad1f5abe1a63b26fd784f5996b6a304e1 Mon Sep 17 00:00:00 2001
From: aclist <null>
Date: Sat, 8 Oct 2022 12:38:53 +0900
Subject: [PATCH] Reword error message

---
 helpers/scmd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/scmd.sh b/helpers/scmd.sh
index a19e8e0..a9223d2 100644
--- a/helpers/scmd.sh
+++ b/helpers/scmd.sh
@@ -152,7 +152,7 @@ check_user(){
 	done
 }
 generic_install(){
-	fail "Unrecognized OS: $distro."
+	fail "Unrecognized distro: $distro."
 	log "Please report this upstream for whitelisting and attach your SCMD.log"
 	log "Log file can be found at $HOME/.local/share/dzgui/helpers/SCMD.log"