summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-07-22 06:42:06 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2010-07-22 06:42:06 +0200
commiteac9ff63554bfd466ef2af774148058d57b9a4a1 (patch)
tree3695caa91c1de1a993170082176f92887761e734
parentb5d0e7e675d3d70175361e632641b29d3b149a73 (diff)
downloadmcwm-eac9ff63554bfd466ef2af774148058d57b9a4a1.zip
Typo.
-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;
}