From eb20c4ca492bc89306a18ef6721f55e9f5616eaa Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Fri, 1 Nov 2019 15:49:01 -0400 Subject: [PATCH] libxfs: fix typo in message about write verifier Fix a silly typo. Signed-off-by: Darrick J. Wong Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- libxfs/rdwr.c | 2 +- po/pl.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libxfs/rdwr.c b/libxfs/rdwr.c index 0d3e60898..7080cd9cb 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 ab5b11da0..87109f6b4 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 -- 2.47.2