diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 12:21:39 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:34:17 +0000 |
commit | f45ac62a20b80033a7f5ccdef4a6c116b6fece24 (patch) | |
tree | 960048ceaaa7a874d88a804b2dbec76ae26c910e /solenv/doc | |
parent | e90848edfd8cb146ab4e11eb2e62c93ed344d62f (diff) |
Fix typos
Change-Id: I89ff6d31662824d83961d6457b82db8d8031168c
Reviewed-on: https://gerrit.libreoffice.org/18977
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'solenv/doc')
-rw-r--r-- | solenv/doc/gbuild/solenv/gbuild/package.mk | 2 |
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(); |