diff options
| -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: |
