tf-coverity/common-def.sh: Typo fix in comment
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Ibe0d62a6f8ced1bb8a09f0a51b5d6956ef164c04
diff --git a/script/tf-coverity/common-def.sh b/script/tf-coverity/common-def.sh
index 249d4ed..dc92d44 100644
--- a/script/tf-coverity/common-def.sh
+++ b/script/tf-coverity/common-def.sh
@@ -35,7 +35,7 @@
}
# Check if execution environment is ARM's jenkins (Jenkins running under ARM
-# infraestructure)
+# infrastructure)
is_arm_jenkins_env() {
if [ "$JENKINS_HOME" ]; then
if echo "$JENKINS_URL" | grep -q "oss.arm.com"; then