From 56334ac1d2de1776f13bfe6c28d4cf9bedaaa46c Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: Nov 21 2022 10:47:27 +0000 Subject: grammar --- diff --git a/license-invalid-as-spdx.sh b/license-invalid-as-spdx.sh index 621469d..11e0f78 100755 --- a/license-invalid-as-spdx.sh +++ b/license-invalid-as-spdx.sh @@ -20,7 +20,7 @@ else if license-validate "$LICENSE" >/dev/null; then true; else - echo "$1 warning: not valid as calaway nor as SPDX, please check" + echo "$1 warning: not valid neither as Callaway nor as SPDX, please check" fi fi