From 32112d627a66cad5d7c148eb59d84164058a4cc5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 6 Oct 2022 09:34:48 +0200 Subject: [PATCH] Add fiemap to the spelling --- src/uu/cp/src/platform/linux.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/cp/src/platform/linux.rs b/src/uu/cp/src/platform/linux.rs index 31aacdbca..7f47b884a 100644 --- a/src/uu/cp/src/platform/linux.rs +++ b/src/uu/cp/src/platform/linux.rs @@ -2,7 +2,7 @@ // * // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. -// spell-checker:ignore ficlone reflink ftruncate pwrite +// spell-checker:ignore ficlone reflink ftruncate pwrite fiemap use std::fs::File; use std::io::Read; use std::os::unix::io::AsRawFd;