mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-14 16:42:02 +00:00
fix(core): correct a small typo
[no changelog]
This commit is contained in:
parent
e23074f9d3
commit
e3a9f71069
@ -371,7 +371,7 @@ impl LayoutObj {
|
||||
}
|
||||
|
||||
pub fn new_root(root: impl LayoutMaybeTrace + 'static) -> Result<Gc<Self>, Error> {
|
||||
// SAFETY: This is a Python object and hase a base as first element
|
||||
// SAFETY: This is a Python object and has a base as first element
|
||||
unsafe {
|
||||
Gc::new_with_custom_finaliser(Self {
|
||||
base: Self::obj_type().as_base(),
|
||||
|
Loading…
Reference in New Issue
Block a user