diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 02:58:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 02:58:59 +0200 |
commit | 5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch) | |
tree | fb4a1500d571aee4c36dc2aa5510304d5724cf07 /testsuite | |
parent | 90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff) | |
download | busybox-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/README | 2 |
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. | |||
15 | Common causes of false positives: | 15 | Common causes of false positives: |
16 | 16 | ||
17 | For busybox built against uclibc, /etc/TZ does not exist or does not match | 17 | For busybox built against uclibc, /etc/TZ does not exist or does not match |
18 | host system timezone setting. For glibc based host systems, timezona settings | 18 | host system timezone setting. For glibc based host systems, timezone settings |
19 | are in /etc/localtime. | 19 | are in /etc/localtime. |
20 | 20 | ||
21 | LANG and LC_xxx environment variables set to non-C locale. | 21 | LANG and LC_xxx environment variables set to non-C locale. |