From f54c1de58c1e4690c4e628a9ef41a5ee80e33ad3 Mon Sep 17 00:00:00 2001 From: RoelVanNyen Date: Wed, 16 Dec 2015 17:45:25 +0100 Subject: [PATCH] Fix typo in hack/update-all.sh --- hack/update-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-all.sh b/hack/update-all.sh index f58f41c651c..1026500b59b 100755 --- a/hack/update-all.sh +++ b/hack/update-all.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# A single sciprt that runs a predefined set of update-* scripts, as they often go together. +# A single script that runs a predefined set of update-* scripts, as they often go together. set -o errexit set -o nounset set -o pipefail