summaryrefslogtreecommitdiffstats
path: root/client/cursor_channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/cursor_channel.cpp')
-rw-r--r--client/cursor_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/cursor_channel.cpp b/client/cursor_channel.cpp
index 402d69fd..cc5d4263 100644
--- a/client/cursor_channel.cpp
+++ b/client/cursor_channel.cpp
@@ -486,7 +486,7 @@ void CursorChannel::create_native_cursor(CursorData* cursor)
native_cursor = new UnsupportedCursor(cursor->header());
break;
default:
- THROW("invalid curosr type");
+ THROW("invalid cursor type");
}
cursor->set_opaque(native_cursor);
}