Skip to content

Commit 2cb46c6

Browse files
committed
script/keyring_validate.sh: fix a typo
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent d6e427e commit 2cb46c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/keyring_validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ echo "------------------------------------------------------------"
7373
gpg --show-keys <"$root/$project.keyring"
7474
echo "------------------------------------------------------------"
7575

76-
# Check that each entry in the kering is actually a maintainer's key.
76+
# Check that each entry in the keyring is actually a maintainer's key.
7777
while IFS="" read -d $'\0' -r block || [ -n "$block" ]; do
7878
username="$(sed -En "s|^Comment:.* github=(\w+).*|\1|p" <<<"$block")"
7979

0 commit comments

Comments
 (0)