diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-27 18:19:08 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-27 18:19:08 +0000 |
commit | 4f59e67c4d8dee8a4ec938f92a4ab0e5480630e7 (patch) | |
tree | 68b21f666abbbcfbd7107af7d09f7d2f076d4459 /scripts/showSamples.sh | |
parent | b4fcf6035087fd5a2cd8eef5be48788d4a5ce4f1 (diff) | |
download | crosstool-ng-4f59e67c4d8dee8a4ec938f92a4ab0e5480630e7.tar.gz crosstool-ng-4f59e67c4d8dee8a4ec938f92a4ab0e5480630e7.tar.bz2 crosstool-ng-4f59e67c4d8dee8a4ec938f92a4ab0e5480630e7.zip |
Typo.
/trunk/scripts/showSamples.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index a6c69632..43150c49 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -139,5 +139,5 @@ elif [ -z "${opt}" ]; then echo ' l (local) : sample was found in current directory' echo ' g (global) : sample was installed with crosstool-NG' echo ' X (EXPERIMENTAL): sample may use EXPERIMENTAL features' - echo ' B (BORKEN) : sample is currently broken' + echo ' B (BROKEN) : sample is currently broken' fi |