summaryrefslogtreecommitdiff
path: root/solenv/doc/gbuild/solenv/gbuild/package.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/doc/gbuild/solenv/gbuild/package.mk')
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/doc/gbuild/solenv/gbuild/package.mk b/solenv/doc/gbuild/solenv/gbuild/package.mk
index d45eb5da5a2a..b1d25a642215 100644
--- a/solenv/doc/gbuild/solenv/gbuild/package.mk
+++ b/solenv/doc/gbuild/solenv/gbuild/package.mk
@@ -29,7 +29,7 @@ namespace gb
/// file extension) from the root of their source repository.
PackagePart(String name, Path Source);
friend Package;
- /// Returns a list of aboslute paths where files are copied to with the PackagePart class.
+ /// Returns a list of absolute paths where files are copied to with the PackagePart class.
/// This function needs to be defined in solenv/gbuild/target_names.mk so that it is available to everywhere.
static const List<Path> get_destinations();