summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-01-10 10:33:05 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-01-11 14:57:48 +1000
commitadde4e64480315dc5b47a727ee37d86f5cd8584f (patch)
tree2e423ae02bf97ceb9f80cff5ffd5baa5b60efdfc
parent05ed095dd8d6cf939b4ebd9a59d70ce32705df7c (diff)
dix: typo fix in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--dix/ptrveloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/ptrveloc.c b/dix/ptrveloc.c
index 338f415c5..c7994b03d 100644
--- a/dix/ptrveloc.c
+++ b/dix/ptrveloc.c
@@ -738,7 +738,7 @@ ApplyConstantDeceleration(DeviceVelocityPtr vel, double *fdx, double *fdy)
}
/*
- * compute the acceleration for given velocity and enforce min_acceleartion
+ * compute the acceleration for given velocity and enforce min_acceleration
*/
double
BasicComputeAcceleration(DeviceIntPtr dev,