From 25353b97082d641087ec580b1ef43dc7c00b23b4 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 20 Jul 2016 11:14:22 -0400 Subject: [PATCH] wmbiff: Fix typos. --- wmbiff/wmbiff/wmbiff.1 | 2 +- wmbiff/wmbiff/wmbiff.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmbiff/wmbiff/wmbiff.1 b/wmbiff/wmbiff/wmbiff.1 index 41b1ba5..0a9856b 100644 --- a/wmbiff/wmbiff/wmbiff.1 +++ b/wmbiff/wmbiff/wmbiff.1 @@ -21,7 +21,7 @@ WMbiff displays the status of up to five mailboxes. It shows the number of new mail messages, if any, otherwise 0. In classic mode instead of 0 it shows the total number of messages. It also has mail -retrieval capabilies, and can be configured to do this automatically. At the +retrieval capabilities, and can be configured to do this automatically. At the moment, UNIX-style, maildir, POP3, APOP and IMAP4 mailboxes are supported. The mailboxes are displayed in 5 different lines, each one with its own diff --git a/wmbiff/wmbiff/wmbiff.c b/wmbiff/wmbiff/wmbiff.c index 90cd3cd..3935e1d 100644 --- a/wmbiff/wmbiff/wmbiff.c +++ b/wmbiff/wmbiff/wmbiff.c @@ -1098,7 +1098,7 @@ extern void ProcessPendingEvents(void) && extra_click_action[0] != 0 && strcmp(extra_click_action, "msglst")) { DM(&mbox[but_released_region], DEBUG_INFO, - "runing: %s", extra_click_action); + "running: %s", extra_click_action); (void) execCommand(extra_click_action); } if (click_action != NULL