From 89a8b08bf41981eaf21c733400d8a14f93c90159 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 15 Feb 2009 18:12:19 +0100 Subject: [PATCH] Fix a typo in gui.c. --- gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.c b/gui.c index 0a8f0818..4862df5e 100644 --- a/gui.c +++ b/gui.c @@ -896,7 +896,7 @@ static int open_audiod_pipe(void) * when any key is pressed. * * EXTERNAL_MODE: Check only signal pipe. Used when an external command - * is running. During that thime curses is disabled. Returns when + * is running. During that time curses is disabled. Returns when * cmd_pid == 0. */ static int do_select(int mode) -- 2.39.2