diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:52:58 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:53:05 +0200 |
commit | a7c5d65eb50355274c1b5b047c02c653f518900a (patch) | |
tree | d6c8de429f986735973a2ca6a653dad22af06e34 /kbx | |
parent | headers: fix spelling (diff) | |
download | gnupg2-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.xz gnupg2-a7c5d65eb50355274c1b5b047c02c653f518900a.zip |
all: fix more spelling errors
Diffstat (limited to 'kbx')
-rwxr-xr-x | kbx/mkerrors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/mkerrors b/kbx/mkerrors index 629485ae0..c0bca108c 100755 --- a/kbx/mkerrors +++ b/kbx/mkerrors @@ -29,7 +29,7 @@ cat <<EOF * keybox_strerror: * @err: Error code * - * This function returns a textual representaion of the given + * This function returns a textual representation of the given * errorcode. If this is an unknown value, a string with the value * is returned (Beware: it is hold in a static buffer). * |