]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fstrim: correct mistaken grammar in one message
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 30 Jul 2011 15:16:09 +0000 (17:16 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Aug 2011 12:13:44 +0000 (14:13 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/fstrim.c

index 533a27426bb092f027ec07dc8bec788cee8bf34d..597f78147637fef77600f0f6027bc41a9e6c45f8 100644 (file)
@@ -143,7 +143,7 @@ int main(int argc, char **argv)
                err(EXIT_FAILURE, _("%s: FITRIM ioctl failed"), path);
 
        if (verbose)
-               printf(_("%s: %" PRIu64 " bytes was trimmed\n"),
+               printf(_("%s: %" PRIu64 " bytes were trimmed\n"),
                                                path, (uint64_t) range.len);
        close(fd);
        return EXIT_SUCCESS;