From e91003979c5bb9adb2257574a31a04fb2657166c Mon Sep 17 00:00:00 2001 From: aclist Date: Mon, 15 Aug 2022 19:39:05 +0900 Subject: [PATCH] Fix typo --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 dzgui.sh 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