diff options
Diffstat (limited to '')
-rw-r--r-- | tools/watchgnupg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c index 8ad2a13e3..9118aa056 100644 --- a/tools/watchgnupg.c +++ b/tools/watchgnupg.c @@ -152,7 +152,7 @@ print_fd_and_time (int fd) /* Print LINE for the client identified by C. Calling this function - witgh LINE set to NULL, will flush the internal buffer. */ + with LINE set to NULL, will flush the internal buffer. */ static void print_line (client_t c, const char *line) { |