From d030e43dd831d15d2bd12e34c53d0d83f98c840e Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 25 Jun 2018 14:16:37 +0200 Subject: [PATCH] correct spelling --- basics_dev/code-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics_dev/code-signing.md b/basics_dev/code-signing.md index 9098bae0..71d89b7a 100644 --- a/basics_dev/code-signing.md +++ b/basics_dev/code-signing.md @@ -131,7 +131,7 @@ How to Contribute Signed Code ----------------------------- The [signature-checker] checks if code contributions are signed. -Although GitHub adds a litte green `Verified` button next to the commit, the [signature-checker] uses another algorithm. +Although GitHub adds a little green `Verified` button next to the commit, the [signature-checker] uses another algorithm. You may see this message: > Unable to verify (no valid key found) - [signature-checker/check-git-signature line 392](https://github.com/marmarek/signature-checker/blob/d143b8f2b4da828a9a93b91eb972dddb7e28b4f0/check-git-signature#L392)