From 007bdc735d70617b7ec711769cee1886c45a7b0e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 16 May 2026 10:58:37 +0200 Subject: [PATCH] fix: Warning message for missing clock source (#1148) --- src/proc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proc.sh b/src/proc.sh index c720812..1c8bbd6 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -12,7 +12,7 @@ CLOCKSOURCE="tsc" CLOCK="/sys/devices/system/clocksource/clocksource0/current_clocksource" if [ ! -f "$CLOCK" ]; then - warn "file \"$CLOCK\" cannot not found?" + warn "file \"$CLOCK\" cannot be found?" else result=$(<"$CLOCK") result="${result//[![:print:]]/}"