aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-11-01 15:49:01 -0400
committerEric Sandeen <sandeen@sandeen.net>2019-11-01 15:49:01 -0400
commiteb20c4ca492bc89306a18ef6721f55e9f5616eaa (patch)
tree01b630cef6b689592f5186dbb3b8218fe4b48954
parentaf06261f3b09e42d69d65d4f4a70a620d8494eb5 (diff)
downloadxfsprogs-dev-eb20c4ca492bc89306a18ef6721f55e9f5616eaa.tar.gz
libxfs: fix typo in message about write verifier
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>
-rw-r--r--libxfs/rdwr.c2
-rw-r--r--po/pl.po2
2 files changed, 2 insertions, 2 deletions
diff --git a/libxfs/rdwr.c b/libxfs/rdwr.c
index 0d3e608986..7080cd9cb6 100644
--- a/libxfs/rdwr.c
+++ b/libxfs/rdwr.c
@@ -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;
diff --git a/po/pl.po b/po/pl.po
index ab5b11da08..87109f6b41 100644
--- 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