diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-28 00:37:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-28 00:37:17 +0100 |
| commit | 0006fe6ea08de8ab79fdd049cb36b649b1125d9b (patch) | |
| tree | 29890caddcad4608a92f8a6d20cc7ca7ce5ed27a | |
| parent | b76463a45fad251c1c7dc1b65c54ae5d476c9d05 (diff) | |
Fix spelling mistake.
| -rw-r--r-- | src/lib/layout_markers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/layout_markers.h b/src/lib/layout_markers.h index 5c615f20e..0485a6f97 100644 --- a/src/lib/layout_markers.h +++ b/src/lib/layout_markers.h @@ -74,7 +74,7 @@ class AllocationRow public: AllocationRow() = default; - /** @return true if allocation succeded, otherwise false */ + /** @return true if allocation succeeded, otherwise false */ bool allocate(int x1, int x2); private: |
