summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.scripts/cron/checkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/cron/checkup b/.scripts/cron/checkup
index a32cdcb..84f6c78 100755
--- a/.scripts/cron/checkup
+++ b/.scripts/cron/checkup
@@ -3,7 +3,7 @@
ping -q -w 1 -c 1 `ip r | grep -m 1 default | cut -d ' ' -f 3` >/dev/null || exit
-notify-send -i "$PIX/larbs.svg" "Checking for pacakge updates..."
+notify-send -i "$PIX/larbs.svg" "Checking for package updates..."
sudo pacman -Syyuw --noconfirm || notify-send "Error downloading updates.