aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/cursor.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2014-12-24 15:42:42 +0100
committerSimon Sapin <simon.sapin@exyr.org>2014-12-29 16:19:10 +0100
commit5e08e96e38cd3b9f6d81657f505ad785e6606e0b (patch)
tree4ce8dd2acc716fb7825de6a438e09314b80a4c0a /components/util/cursor.rs
parent2e35d4e9879089759a0afe865cb6fb7796084938 (diff)
downloadservo-5e08e96e38cd3b9f6d81657f505ad785e6606e0b.tar.gz
servo-5e08e96e38cd3b9f6d81657f505ad785e6606e0b.zip
Fix typo in a cursor keyword. Thanks @nuss-justin!
Diffstat (limited to 'components/util/cursor.rs')
-rw-r--r--components/util/cursor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/cursor.rs b/components/util/cursor.rs
index 0549ff7592c..0a094ce117d 100644
--- a/components/util/cursor.rs
+++ b/components/util/cursor.rs
@@ -39,7 +39,7 @@ macro_rules! define_cursor {
define_cursor! {
"none" => NoCursor = 0,
- "defalut" => DefaultCursor = 1,
+ "default" => DefaultCursor = 1,
"pointer" => PointerCursor = 2,
"context-menu" => ContextMenuCursor = 3,
"help" => HelpCursor = 4,