From: Darrick J. Wong Date: Fri, 1 Nov 2019 19:49:01 +0000 (-0400) Subject: libxfs: fix typo in message about write verifier X-Git-Tag: v5.3.0-rc2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb20c4ca492bc89306a18ef6721f55e9f5616eaa;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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