mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 13:35:03 +00:00
Everywhere: Fix spelling of "offsetted"
This word is actually pretty awkward in context, but this patch merely fixes the spelling instead of finding a better word.
This commit is contained in:
@@ -169,7 +169,7 @@ ErrorOr<size_t> FramebufferDevice::vertical_offset(size_t head) const
|
||||
MutexLocker locker(m_buffer_offset_lock);
|
||||
return m_y_offset;
|
||||
}
|
||||
ErrorOr<bool> FramebufferDevice::vertical_offseted(size_t head) const
|
||||
ErrorOr<bool> FramebufferDevice::vertical_offsetted(size_t head) const
|
||||
{
|
||||
// Note: This FramebufferDevice class doesn't support multihead setup.
|
||||
// We take care to verify this at the GenericFramebufferDevice::ioctl method
|
||||
|
||||
Reference in New Issue
Block a user