aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/filelib.xml
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2010-12-08 20:04:54 +0100
committerNiclas Axelsson <[email protected]>2010-12-10 11:06:45 +0100
commit9f4dd4934d427f0fb2caeb034115e0227cc4610a (patch)
tree22b9d76904ed9c31e03e018015c9d834aa9b46e0 /lib/stdlib/doc/src/filelib.xml
parent1d82ce2e4466980e5c360b54722952a30bc3ae50 (diff)
downloadotp-9f4dd4934d427f0fb2caeb034115e0227cc4610a.tar.gz
otp-9f4dd4934d427f0fb2caeb034115e0227cc4610a.tar.bz2
otp-9f4dd4934d427f0fb2caeb034115e0227cc4610a.zip
Fix a couple typos in filename encoding docs
Diffstat (limited to 'lib/stdlib/doc/src/filelib.xml')
-rw-r--r--lib/stdlib/doc/src/filelib.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/filelib.xml b/lib/stdlib/doc/src/filelib.xml
index 969aff4fcb..47d64f245c 100644
--- a/lib/stdlib/doc/src/filelib.xml
+++ b/lib/stdlib/doc/src/filelib.xml
@@ -105,7 +105,7 @@ dirname() = filename()</code>
interpreted as Unicode may be encountered, in which case the
<c>fun()</c> must be prepared to handle raw file names
(i.e. binaries). If the regular expression contains
- codepoints beyond 255, it will not match file names that does
+ codepoints beyond 255, it will not match file names that do
not conform to the expected character encoding (i.e. are not
encoded in valid UTF-8).</p>