summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-28 00:37:17 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-28 00:37:17 +0100
commit0006fe6ea08de8ab79fdd049cb36b649b1125d9b (patch)
tree29890caddcad4608a92f8a6d20cc7ca7ce5ed27a /src/lib
parentb76463a45fad251c1c7dc1b65c54ae5d476c9d05 (diff)
Fix spelling mistake.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/layout_markers.h2
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: