diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-08-13 11:03:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-13 11:03:11 +0200 |
| commit | bc6659a8fef000c96665f6ba8d6ddcd1ef89623b (patch) | |
| tree | 7887050320d236b12a5d5ec4e36eb535108ba922 /src/libstd/sys/windows | |
| parent | 9191fe1ef4228ccfa6d573f9546f1e315b433960 (diff) | |
| parent | 3ab86fbab281ca059731c31fa2aee5d9afc7e6dc (diff) | |
| download | rust-bc6659a8fef000c96665f6ba8d6ddcd1ef89623b.tar.gz rust-bc6659a8fef000c96665f6ba8d6ddcd1ef89623b.zip | |
Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkov
Fix some typos Follow up of #43794 If refined my script a little bit and found some more.
Diffstat (limited to 'src/libstd/sys/windows')
| -rw-r--r-- | src/libstd/sys/windows/ext/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/ext/fs.rs b/src/libstd/sys/windows/ext/fs.rs index a1c63e33588..d58a3505154 100644 --- a/src/libstd/sys/windows/ext/fs.rs +++ b/src/libstd/sys/windows/ext/fs.rs @@ -66,7 +66,7 @@ pub trait FileExt { /// from the current cursor. The current cursor **is** affected by this /// function, it is set to the end of the write. /// - /// When writing beyond the end of the file, the file is appropiately + /// When writing beyond the end of the file, the file is appropriately /// extended and the intermediate bytes are left uninitialized. /// /// Note that similar to `File::write`, it is not an error to return a |
