summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-31 09:11:59 +0000
committerDana Jansens <danakj@orodu.net>2002-12-31 09:11:59 +0000
commit6a80c577b031604c92e68327545153ae28ee3ac8 (patch)
tree82bbf9bc77d5b213662b98b6bee7c857a4ea58ad /scripts
parent30a962664b73f72aeba1b9b184c00cf6b02ebf22 (diff)
typo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/clientmotion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clientmotion.py b/scripts/clientmotion.py
index bd446f87..fcf71c83 100644
--- a/scripts/clientmotion.py
+++ b/scripts/clientmotion.py
@@ -27,7 +27,7 @@ def def_do_motion(client, xroot, yroot):
area = posqueue[0][3] # A Rect
OBClient_move(client, Rect_x(area) + dx, Rect_y(area) + dy)
-def def_do_resize(client, xroot, yroot, archor_corner):
+def def_do_resize(client, xroot, yroot, anchor_corner):
global posqueue
dx = xroot - posqueue[0][1]
dy = yroot - posqueue[0][2]