From e50c08622ab945e0a1e0cdff254109680e46f4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Mon, 19 Aug 2024 14:28:22 +0200 Subject: [PATCH] fix minor typos --- README.rst | 2 +- changelog | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a57fb7f..16c70b7 100644 --- a/README.rst +++ b/README.rst @@ -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" diff --git a/changelog b/changelog index e525c89..babe5e6 100644 --- a/changelog +++ b/changelog @@ -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