From 8471276e73e7fe431e6e47d119d1899775ab1b4c Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Fri, 17 Mar 2017 11:35:10 +0800 Subject: [PATCH] fix misspell "compatibility" in script/ci Signed-off-by: fate-grand-order --- script/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci b/script/ci index 7b3489a1b..34bf9a4be 100755 --- a/script/ci +++ b/script/ci @@ -1,6 +1,6 @@ #!/bin/bash # -# Backwards compatiblity for jenkins +# Backwards compatibility for jenkins # # TODO: remove this script after all current PRs and jenkins are updated with # the new script/test/ci change