diff options
author | Tuncer Ayaz <[email protected]> | 2010-06-11 17:32:49 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2010-06-11 17:32:49 +0200 |
commit | 6973f776b46505db9bc30775723b1088a46756c6 (patch) | |
tree | cb3a36e6c5900762616bf392ec981ac7ebf531bb /lib/kernel/doc/src/file.xml | |
parent | ca4462cebeccfd404ee48e5e64a54dd0defebec1 (diff) | |
download | otp-6973f776b46505db9bc30775723b1088a46756c6.tar.gz otp-6973f776b46505db9bc30775723b1088a46756c6.tar.bz2 otp-6973f776b46505db9bc30775723b1088a46756c6.zip |
Correct trivial typos in file manual
Signed-off-by: Tuncer Ayaz <[email protected]>
Diffstat (limited to 'lib/kernel/doc/src/file.xml')
-rw-r--r-- | lib/kernel/doc/src/file.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/file.xml b/lib/kernel/doc/src/file.xml index a9ceac0bcf..2044b074ee 100644 --- a/lib/kernel/doc/src/file.xml +++ b/lib/kernel/doc/src/file.xml @@ -1229,7 +1229,7 @@ f.txt: {person, "kalle", 25}. </item> <tag><c>{no_translation, unicode, latin1}</c></tag> <item> - <p>The file is was opened with another <c>encoding</c> than <c>latin1</c> and the data on the file can not be translated to the byte-oriented data that this function returns.</p> + <p>The file was opened with another <c>encoding</c> than <c>latin1</c> and the data in the file can not be translated to the byte-oriented data that this function returns.</p> </item> </taglist> </desc> |