From ab5580456d6297eb1e558bafd842994233e32f6f Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Tue, 25 Sep 2018 12:13:20 -0400 Subject: [PATCH] Fix typo --- script/generate_build_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/generate_build_info.sh b/script/generate_build_info.sh index 3b963963..c40ef269 100755 --- a/script/generate_build_info.sh +++ b/script/generate_build_info.sh @@ -1,7 +1,7 @@ #!/bin/bash # # script/generate_build_info: Generates buildinfo.html and buildinfo.json and -# places them in a publically accessable static asset +# places them in a publicly accessable static asset # folder source "$(dirname "${0}")"/../script/include/global_header.inc.sh