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