Fix some further typos
[grml-scripts.git] / usr_bin / grml-resolution
index 928a23c..c30111e 100755 (executable)
@@ -1,10 +1,9 @@
-#!/bin/sh
+#!/bin/bash
 # Filename:      grml-resolution
 # Purpose:       change X resolution via a simple menu frontend
 # Authors:       Florian Keller <florian.keller@zuerich.ch>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Thu May 04 23:13:39 CEST 2006 [mika]
 ################################################################################
 
 PN=$(basename $0)
@@ -33,7 +32,7 @@ for i in $(xrandr | awk {'print $2$3$4'} | grep "^[0-9]") ; do
   ((COUNTER++))
 done
 
-# Menue Tool
+# Menu Tool
 dialog --title "$PN" --menu "Change X resolution via xrandr (current resolution: $CURRENT_RESOLUTION):" 0 0 0 $STRING 2>$RESOLUTION
 retval=$?
 case $retval in