From c2434af401f09d743a0083cbb4505d1d0e0009b3 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Thu, 19 Oct 2023 19:32:47 +0300 Subject: [PATCH] Fix a typo in fvwm3 -h --- fvwm/fvwm3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fvwm/fvwm3.c b/fvwm/fvwm3.c index 0f106ce34..daf5a829c 100644 --- a/fvwm/fvwm3.c +++ b/fvwm/fvwm3.c @@ -1211,7 +1211,7 @@ static void usage(int is_verbose) " -c cmd: preprocess configuration file with \n" " -C vis-class: use visual class \n" " -d display: run fvwm on \n" - " -D: enable debug oputput\n" + " -D: enable debug output\n" " -f cfgfile: read configuration from \n" " -F file: used internally for session management\n" " -h, -?: print this help message\n"