From 058315720f2056fe6051341002ee1daeaf592763 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 10 Feb 2016 23:59:34 +0100 Subject: [PATCH] Fix typo --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index d882162290a..ea51783f4d3 100755 --- a/script/test +++ b/script/test @@ -1,6 +1,6 @@ #!/bin/sh -# script/test: Run test suite for application. Optionallly pass in a path to an +# script/test: Run test suite for application. Optionally pass in a path to an # individual test file to run a single test. cd "$(dirname "$0")/.."