aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/cursor.rs
diff options
context:
space:
mode:
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,