diff --git a/sixtyfps_runtime/corelib/item_rendering.rs b/sixtyfps_runtime/corelib/item_rendering.rs index e5aa9aa10..54901e861 100644 --- a/sixtyfps_runtime/corelib/item_rendering.rs +++ b/sixtyfps_runtime/corelib/item_rendering.rs @@ -25,7 +25,7 @@ use std::cell::{Cell, RefCell}; pub struct CachedRenderingData { /// Used and modified by the backend, should be initialized to 0 by the user code pub(crate) cache_index: Cell, - /// Used and modified by the backend, should be initilized to 0 by the user code. + /// Used and modified by the backend, should be initialized to 0 by the user code. /// The backend compares this generation against the one of the cache to verify /// the validity of the cache_index field. pub(crate) cache_generation: Cell,