summaryrefslogtreecommitdiff
path: root/mcwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcwm.c')
-rw-r--r--mcwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcwm.c b/mcwm.c
index 5bd53ac..126b420 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -1306,7 +1306,7 @@ void resizestep(struct client *client, char direction)
if (client->maxed)
{
- /* Can resize a fully maximized window. */
+ /* Can't resize a fully maximized window. */
return;
}