summaryrefslogtreecommitdiff
path: root/src/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manage.c')
-rw-r--r--src/manage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manage.c b/src/manage.c
index 030693c..434f698 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -536,10 +536,10 @@ withdraw_window (rp_window *win)
{
if (win == NULL) return;
- PRINT_DEBUG ("withdawn_window on '%s'\n", win->name);
+ PRINT_DEBUG ("withdraw_window on '%s'\n", win->name);
/* Give back the window number. the window will get another one,
- if it is remapped. */
+ if it is remapped. */
return_window_number (win->number);
win->number = -1;