From f011d8763a009612c858a287cf7cc6a1f1a6d32a Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 7 Aug 2017 01:03:52 -0400 Subject: [PATCH] Simple typo fix. * agent/gpg-agent.c: Correct spelling in comment. Signed-off-by: Daniel Kahn Gillmor --- agent/gpg-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {