From f45ac62a20b80033a7f5ccdef4a6c116b6fece24 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 30 Sep 2015 12:21:39 +0200 Subject: Fix typos Change-Id: I89ff6d31662824d83961d6457b82db8d8031168c Reviewed-on: https://gerrit.libreoffice.org/18977 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- solenv/doc/gbuild/solenv/gbuild/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/doc/gbuild') 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 get_destinations(); -- cgit