aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 02:58:59 +0200
commit5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch)
treefb4a1500d571aee4c36dc2aa5510304d5724cf07 /testsuite
parent90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff)
downloadbusybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz
busybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.bz2
busybox-w32-5370bfb123266ab5716f321e43d3f8f6da7d7143.zip
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/README b/testsuite/README
index 2ead8e994..b943a1295 100644
--- a/testsuite/README
+++ b/testsuite/README
@@ -15,7 +15,7 @@ internet connection.
15Common causes of false positives: 15Common causes of false positives:
16 16
17For busybox built against uclibc, /etc/TZ does not exist or does not match 17For busybox built against uclibc, /etc/TZ does not exist or does not match
18host system timezone setting. For glibc based host systems, timezona settings 18host system timezone setting. For glibc based host systems, timezone settings
19are in /etc/localtime. 19are in /etc/localtime.
20 20
21LANG and LC_xxx environment variables set to non-C locale. 21LANG and LC_xxx environment variables set to non-C locale.