diff options
| author | Alexander Larsson <alexl@redhat.com> | 2010-05-21 10:51:03 +0200 |
|---|---|---|
| committer | Alexander Larsson <alexl@redhat.com> | 2010-05-21 10:51:28 +0200 |
| commit | 012bd2577975b902aa5ce0cdd0eb43ef57c948fb (patch) | |
| tree | 1dc3de75ad4c173d2de3f60cb0c9d78bf4517542 /client/cursor_channel.cpp | |
| parent | d351bb35ce981d39e839528f4a23bc5b501adab8 (diff) | |
Fix spelling errors in comments and strings
Diffstat (limited to 'client/cursor_channel.cpp')
| -rw-r--r-- | client/cursor_channel.cpp | 2 |
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); } |
