spelling: each other

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:39:49 -05:00
parent 6defdc6ebb
commit ef22f1e4a9
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ typedef struct {
} RotBmpPairLayer;
//! white and black *must* have the same dimensions, and *shouldn't* have any overlapp of eachother
//! white and black *must* have the same dimensions, and *shouldn't* have any overlapp of each other
void rotbmp_pair_layer_init(RotBmpPairLayer *pair, GBitmap *white, GBitmap *black);
void rotbmp_pair_layer_deinit(RotBmpPairLayer *pair);