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:]]/}"