diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-12-12 23:33:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-12-12 23:33:56 +0100 |
commit | b174251ca6e8f2fd2059fdf340c38e67d1dec3b2 (patch) | |
tree | 6b9932cba3c49c6da6b2ac2f0b3e3a33c54a0eaf /solenv | |
parent | 1321ae8ceba1801cd75322d6cf51ab53bac86b2a (diff) |
Typo: strucure->structure
Change-Id: I41e0731ddafc39ebcff1c3d8984f4f4f69d35aaf
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/ExternalProject.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk index 92bb7df5d3a5..e476b196301a 100644 --- a/solenv/gbuild/ExternalProject.mk +++ b/solenv/gbuild/ExternalProject.mk @@ -20,7 +20,7 @@ # tarball need to be delivered.) # # An ExternalProject always uses one UnpackedTarball with the same name. -# The dependency strucure ensures that any change on a dependency +# The dependency structure ensures that any change on a dependency # of the ExternalProject will cause the UnpackedTarball to be unpacked # again, so the ExternalProject always does a clean build and is not at # the mercy of the external's build system's dubious incremental builds. |