summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 12:21:39 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 10:34:17 +0000
commitf45ac62a20b80033a7f5ccdef4a6c116b6fece24 (patch)
tree960048ceaaa7a874d88a804b2dbec76ae26c910e /solenv
parentFix typos (diff)
downloadcore-f45ac62a20b80033a7f5ccdef4a6c116b6fece24.tar.gz
core-f45ac62a20b80033a7f5ccdef4a6c116b6fece24.zip
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')
-rw-r--r--solenv/bin/concat-deps.c2
-rw-r--r--solenv/doc/gbuild/solenv/gbuild/package.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index a669dbb4417d..9be0f5dae65d 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -774,7 +774,7 @@ static inline void print_fullpaths(char* line)
int boost_count = 0;
int token_len;
const char * unpacked_end = 0; /* end of UnpackedTarget match (if any) */
- /* for UnpackedTarget the target is GenC{,xx}Object, dont mangle! */
+ /* for UnpackedTarget the target is GenC{,xx}Object, don't mangle! */
int target_seen = 0;
token = line;
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();