]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - contrib/autorandr_nitrogen_wallpaper/autorandr_nitrogen_wallpaper
Fix typos
[deb_pkgs/autorandr.git] / contrib / autorandr_nitrogen_wallpaper / autorandr_nitrogen_wallpaper
index d06f6b0a612ebe83911815cb102908a943f605c4..71dffe4c24f5441143d855d72c28be18de1d285e 100755 (executable)
@@ -48,7 +48,7 @@ PROFILE_BG="$NITROGEN_HOME/$PROFILE_BG_FILE"
 
 # save background for detected profile
 if [[ $1 = 'savebg' ]]; then
-    # nitrogen config doesnt exist, instruct to run it first
+    # nitrogen config doesn't exist, instruct to run it first
     if [[ ! -f "$NITROGEN_BG" ]]; then
         echo "wallpaper: you need to first run 'nitrogen' and set your wallpapers"
         exit 2