From f08fe6d74948fd1ed11285cfaaf5e65a17b24793 Mon Sep 17 00:00:00 2001 From: grembo Date: Thu, 21 Dec 2023 21:45:39 +0100 Subject: [PATCH] Fix typo in set-status.sh --- share/pot/set-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/pot/set-status.sh b/share/pot/set-status.sh index b8dd686..5042211 100644 --- a/share/pot/set-status.sh +++ b/share/pot/set-status.sh @@ -33,7 +33,7 @@ _get_status() _uptime=$(_get_system_uptime) if [ "$_uptime" -gt "$_mod_time" ]; then - >&2 _debug "Ignoring oudated status file $_status_file of pot $_pname" + >&2 _debug "Ignoring outdated status file $_status_file of pot $_pname" return fi