From 4611f875ffe50b05af7b347bb4600c58f8d7acaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20L=C3=B6bl?= Date: Wed, 9 May 2012 23:39:44 +0200 Subject: [PATCH] Fix a mistake in comment --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index cf8187b7..c3f7e4c4 100644 --- a/src/commands.c +++ b/src/commands.c @@ -23,7 +23,7 @@ } while (0) /** When the command did not include match criteria (!), we use the currently - * focused command. Do not confuse this case with a command which included + * focused container. Do not confuse this case with a command which included * criteria but which did not match any windows. This macro has to be called in * every command. */