From a1d412c76b734d4f1c6fb677de8daa0475d30766 Mon Sep 17 00:00:00 2001
From: Lorenz Wenner <lrnzo@osnabrueck.freifunk.net>
Date: Fri, 15 Feb 2019 15:31:25 +0100
Subject: [PATCH] fix typo in buildscript.sh

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

diff --git a/buildscript.sh b/buildscript.sh
index f427e4f..f0f4f9d 100755
--- a/buildscript.sh
+++ b/buildscript.sh
@@ -18,7 +18,7 @@ help_print(){
   echo "    fastd               Prepare site repo for fastd build"
   echo "    l2tp                prepare site repo for l2tp build"
   echo "    BROKEN              y or n (default n)"
-  echo "  build <command>       <command> can be replace with targets"
+  echo "  build <command>       <command> can be replaced by targets"
   echo "    target_list         build all gluon targets"
   echo "    all                 build all gluon targes for each VPN"
   echo "    (optional) add \"fast\" as a parameter to build on multicore"
-- 
GitLab