]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: fix typo in message about write verifier
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 1 Nov 2019 19:49:01 +0000 (15:49 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 1 Nov 2019 19:49:01 +0000 (15:49 -0400)
Fix a silly typo.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/rdwr.c
po/pl.po

index 0d3e608986167b3510ec4ce95dd8038e47df15c2..7080cd9cb6db15d134ab342eb1cacd8a7e06cc1e 100644 (file)
@@ -1117,7 +1117,7 @@ libxfs_writebufr(xfs_buf_t *bp)
                bp->b_ops->verify_write(bp);
                if (bp->b_error) {
                        fprintf(stderr,
-       _("%s: write verifer failed on %s bno 0x%llx/0x%x\n"),
+       _("%s: write verifier failed on %s bno 0x%llx/0x%x\n"),
                                __func__, bp->b_ops->name,
                                (long long)bp->b_bn, bp->b_bcount);
                        return bp->b_error;
index ab5b11da086ac4b440506a2095287f2161637563..87109f6b41d21dbab2b67611b4af8345ee68343a 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -7466,7 +7466,7 @@ msgstr "%s: błąd - wykonano pwrite tylko %d z %d bajtów\n"
 
 #: .././libxfs/rdwr.c:1138
 #, c-format
-msgid "%s: write verifer failed on %s bno 0x%llx/0x%x\n"
+msgid "%s: write verifier failed on %s bno 0x%llx/0x%x\n"
 msgstr "%s: weryfikacja zapisu nie powiodła się na %s bno 0x%llx/0x%x\n"
 
 #: .././libxfs/trans.c:733