From ac504c70a26bb9b8e7e0ac264c7a1ce1080044a8 Mon Sep 17 00:00:00 2001
From: Florent Rougon <f.rougon@free.fr>
Date: Sat, 25 Apr 2020 11:14:49 +0200
Subject: [PATCH] download_and_compile.sh: fix typo in help text

---
 download_and_compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/download_and_compile.sh b/download_and_compile.sh
index 21f706b..c534242 100755
--- a/download_and_compile.sh
+++ b/download_and_compile.sh
@@ -364,7 +364,7 @@ function _usage() {
   echo "                doing the same for SIMGEAR (e.g., if doing repeated TERRAGEAR"
   echo "                builds and you know your SIMGEAR is already fine and up-to-date)."
   echo "  -s            compile only the last known stable versions"
-  echo "  --compositor  buld fgfs with compositor enabled."
+  echo "  --compositor  build FlightGear with compositor enabled."
 }
 
 #######################################################