diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-08 14:06:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-08 14:06:54 +0200 |
commit | b9dd51782ceba70bda091191349d31767b7bf744 (patch) | |
tree | b08a32be30934595e9bdcf98e877f16a3d170e68 /solenv/bin | |
parent | c1692f620610621a139e54fb1f9d11d4c177608d (diff) |
some spelling fixes, mostly in Java code
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/concat-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index aa1deed3ed46..38d009b8c314 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -1098,7 +1098,7 @@ static int get_var(char **var, const char *name) *var = (char *)getenv(name); if(!*var) { - fprintf(stderr,"Error: %s is missing in the environement\n", name); + fprintf(stderr,"Error: %s is missing in the environment\n", name); return 1; } return 0; |