You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/09/23 02:17:09 UTC

[openwhisk-release] branch master updated: Fix typo (#303)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 846303f  Fix typo (#303)
846303f is described below

commit 846303fde9c24c7ec7b63cbcd5c11c3b1e5d1519
Author: Dominic Kim <st...@gmail.com>
AuthorDate: Mon Sep 23 11:17:04 2019 +0900

    Fix typo (#303)
---
 tools/rcverify.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/rcverify.sh b/tools/rcverify.sh
index a43f4f9..2048430 100755
--- a/tools/rcverify.sh
+++ b/tools/rcverify.sh
@@ -140,7 +140,7 @@ else
 fi
 validate $RES 0 "$CMD" "signed-by: $SIGNER"
 
-printf "verifing notice..."
+printf "verifying notice..."
 NTXT=$(cat "$DIR/$BASE/NOTICE.txt")
 validate "$NOTICE" "$NTXT" "cat '$DIR/$BASE/NOTICE.txt'"