diff options
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 75a9283f4..d3c3891f3 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -2498,7 +2498,7 @@ handle_connections (gnupg_fd_t listen_fd, strerror (errno)); else { - /* We need to watch the directory for the file becuase there + /* We need to watch the directory for the file because there * won't be an IN_DELETE_SELF for a socket file. */ char *slash = strrchr (socket_name, '/'); log_assert (slash && slash[1]); |