memory: fix typo

This commit is contained in:
François Laignel 2020-07-02 17:46:20 +02:00
parent 0cc32a02cc
commit 275d93e3d2

View file

@ -287,7 +287,7 @@ impl MemoryRef {
phantom: PhantomData,
})
} else {
Err(glib_bool_error!("Failed to map memory readable"))
Err(glib_bool_error!("Failed to map memory writable"))
}
}
}