Merge pull request #223 from Coeur/coeur/typos

fix minor typos
This commit is contained in:
Michel Machado 2024-08-19 10:34:00 -04:00 committed by GitHub
commit c94c6dd9cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -134,7 +134,7 @@ If you use MacPorts instead, use the following command::
Compiling the latest development version from the source code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Most of the f3 source code builds fine using XCode, the only dependency
Most of the f3 source code builds fine using Xcode, the only dependency
missing is the GNU C library "argp". You can build argp from scratch, or
use the version provided by HomeBrew and MacPorts as "argp-standalone"

View File

@ -3,14 +3,14 @@ Version 8.0 - Oct 29, 2020
* f3read: add parameter --max-read-rate
* f3read: report speed, percentage, remaining time like f3write
* f3write: improve speed measurement (commit 791acdc32627...)
* f3probe: handle rare assetion failure (issue #82 ENODATA)
* f3probe: handle rare assertion failure (issue #82 ENODATA)
Version 7.2 - Jun 19, 2019
* f3write: keep up with extremely fast NVM drives (issue #117)
* f3write: improve measurement of write speed (issue #102)
* f3write: handle rare assetion failure (issue #111)
* f3probe: handle rare assetion failure (issue #82)
* f3write: handle rare assertion failure (issue #111)
* f3probe: handle rare assertion failure (issue #82)
Version 7.1 - Jul 27, 2018