]> git.mxchange.org Git - flightgear.git/commitdiff
typo: s/atl/alt/ (for "alternatives")
authormfranz <mfranz>
Thu, 24 Jul 2008 20:46:30 +0000 (20:46 +0000)
committermfranz <mfranz>
Thu, 24 Jul 2008 20:46:30 +0000 (20:46 +0000)
scripts/tools/fg-completion.bash

index f4cc6b2052fa81c52850b340d9e4d9add339b1c4..9e796d724a5241e1b817c84b3aba4d31733d17af 100755 (executable)
@@ -263,7 +263,7 @@ __fgfs() {
                alt=$(__fgfs_offer jsbsim yasim uiuc larcsim ufo magic)
                ;;
        --geometry=*)
-               atl=$(__fgfs_offer 640x480 800x600 1024x768 1152x864 1600x1200)
+               alt=$(__fgfs_offer 640x480 800x600 1024x768 1152x864 1600x1200)
                ;;
        --log-level=*)
                alt=$(__fgfs_offer bulk debug info warn alert)