birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 255c1c1e6159e52283f45b1ba484f24ad9af9b3c
parent 99fcf0fc1b844900585d4282ceb8af350caf6a71
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Tue, 30 Apr 2024 18:33:36 -0400

birdwm.c: fix comment spelling error

Diffstat:
Mbirdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/birdwm.c b/birdwm.c @@ -1745,7 +1745,7 @@ void runautostart(void) { return; /* if $XDG_DATA_HOME is set and not empty, use $XDG_DATA_HOME/dwm, - * otherwise use ~/.local/share/dwm as autostart script directory + * otherwise use ~/.local/share/birdwm as autostart script directory */ xdgdatahome = getenv("XDG_DATA_HOME"); if (xdgdatahome != NULL && *xdgdatahome != '\0') {