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:
Andreas Kling 2021-11-20 17:10:57 +01:00
commit 9387271049
Notes: sideshowbarker 2024-07-18 00:53:58 +09:00
10 changed files with 33 additions and 33 deletions

View file

@ -51,7 +51,7 @@ protected:
virtual ErrorOr<size_t> height(size_t head) const = 0;
virtual ErrorOr<size_t> width(size_t head) const = 0;
virtual ErrorOr<size_t> vertical_offset(size_t head) const = 0;
virtual ErrorOr<bool> vertical_offseted(size_t head) const = 0;
virtual ErrorOr<bool> vertical_offsetted(size_t head) const = 0;
virtual ErrorOr<void> set_head_resolution(size_t head, size_t width, size_t height, size_t pitch) = 0;
virtual ErrorOr<void> set_head_buffer(size_t head, bool second_buffer) = 0;