diff --git a/dzgui.sh b/dzgui.sh old mode 100755 new mode 100644 index e1651e7..8ed60cf --- a/dzgui.sh +++ b/dzgui.sh @@ -485,7 +485,7 @@ launch(){ source_script=$(realpath "$0") source_dir=$(dirname "$source_script") echo "$launch_options" > "$source_dir"/options.log - echo "[DZGUI] Wrote launch options ot to $source_dir/options.log" + echo "[DZGUI] Wrote launch options to $source_dir/options.log" zenity --info --width 500 --title="DZGUI" --text="Wrote launch options to \n$source_dir/options.log" 2>/dev/null fi