Simple typo fix.

* agent/gpg-agent.c: Correct spelling in comment.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2017-08-07 01:03:52 -04:00
parent a69464b0b6
commit f011d8763a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{