[client] app: fix spelling error

This commit is contained in:
Geoffrey McRae
2021-01-29 15:02:29 +11:00
parent aafdec02df
commit a00a6429d3
5 changed files with 8 additions and 8 deletions

View File

@@ -757,7 +757,7 @@ static void relativePointerMotionHandler(void * data,
wl_fixed_t dxW, wl_fixed_t dyW, wl_fixed_t dxUnaccelW,
wl_fixed_t dyUnaccelW)
{
app_handleMouseRelitive(
app_handleMouseRelative(
wl_fixed_to_double(dxW),
wl_fixed_to_double(dyW),
wl_fixed_to_double(dxUnaccelW),