Typos fixed

This commit is contained in:
Stephan Raabe 2023-12-10 13:37:48 +01:00
parent 2efc8f4750
commit 2f04c87f40
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if [ ! -d ~/wallpaper ]; then
mkdir ~/wallpaper
fi
cp ~/Downloads/wallpaper-main/* ~/wallpaper/
echo "Wallpapers frpm the repository installed successfully."
echo "Wallpapers from the repository installed successfully."
elif [ $? -eq 130 ]; then
exit 130
else

View File

@ -49,7 +49,7 @@ echo "Wallpaper: $wallpaper"
cp $wallpaper ~/.cache/current_wallpaper.jpg
# -----------------------------------------------------
# get wallpaper iamge name
# get wallpaper image name
# -----------------------------------------------------
newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")