From 48c8ee3bfc7eda701735bcfe824fd9d07e6c9704 Mon Sep 17 00:00:00 2001 From: mfranz Date: Thu, 24 Jul 2008 20:46:30 +0000 Subject: [PATCH] typo: s/atl/alt/ (for "alternatives") --- scripts/tools/fg-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tools/fg-completion.bash b/scripts/tools/fg-completion.bash index f4cc6b205..9e796d724 100755 --- a/scripts/tools/fg-completion.bash +++ b/scripts/tools/fg-completion.bash @@ -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)