diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-08-07 07:03:52 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-08-07 07:03:52 +0200 |
commit | f011d8763a009612c858a287cf7cc6a1f1a6d32a (patch) | |
tree | d1b64c3a858963a8c8ce2c3b8116d7e0c4870002 /agent/gpg-agent.c | |
parent | gpg: Install gpg by default under the name gpg. (diff) | |
download | gnupg2-f011d8763a009612c858a287cf7cc6a1f1a6d32a.tar.xz gnupg2-f011d8763a009612c858a287cf7cc6a1f1a6d32a.zip |
Simple typo fix.
* agent/gpg-agent.c: Correct spelling in comment.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 841e4e323..030d1da83 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -2407,7 +2407,7 @@ agent_sigusr2_action (void) #ifndef HAVE_W32_SYSTEM /* The signal handler for this program. It is expected to be run in - its own trhead and not in the context of a signal handler. */ + its own thread and not in the context of a signal handler. */ static void handle_signal (int signo) { |