From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Fix a silly typo. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- 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 0d3e6089..7080cd9c 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 ab5b11da..87109f6b 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