From 251daef5bfc131495e2a4903e4fbac11ebb5ef04 Mon Sep 17 00:00:00 2001 From: Evan Harvey <41582020+blinklad@users.noreply.github.com> Date: Mon, 27 Jan 2020 22:49:12 +1000 Subject: [PATCH] Fix spelling (#432) --- .local/bin/cron/IMPORTANT_NOTE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/cron/IMPORTANT_NOTE.md b/.local/bin/cron/IMPORTANT_NOTE.md index 9eece42..f5a130b 100644 --- a/.local/bin/cron/IMPORTANT_NOTE.md +++ b/.local/bin/cron/IMPORTANT_NOTE.md @@ -8,4 +8,4 @@ When you add them as cronjobs, I recommend you precede the command with commands export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus; export DISPLAY=:0; . $HOME/.zprofile; then_command_goes_here ``` -This ensures that notifications will display, xdotool commands will function and environmental varialbes will work as well. +This ensures that notifications will display, xdotool commands will function and environmental variables will work as well.