mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32297 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
50f188c7ed
commit
ffa0e594f0
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ then
|
|||
echo "software was built (in which case you can install that library"
|
||||
echo "and rebuild, then re-run the tests), or the required functions"
|
||||
echo "may not be available on your operating system at all."
|
||||
echo "Please see $GSTESTLOG for more detail.
|
||||
echo "Please see $GSTESTLOG for more detail."
|
||||
echo "If you would like to contribute code to add the missing"
|
||||
echo "functionality, please contact the package maintainer."
|
||||
fi
|
||||
|
@ -81,7 +81,7 @@ else
|
|||
echo
|
||||
echo "Some testing was abandoned when a test program aborted. This is"
|
||||
echo "generally a severe problem and may mean that the package is"
|
||||
echo "completely unusable. You need to try to fix this and, if it's"
|
||||
echo "completely unusable. You need to try to fix this and, if it is"
|
||||
echo "not due to some problem on your system, please help by submitting"
|
||||
echo "a patch (or at least a bug report) to the package maintainer."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue