]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fix typo: exciting -> existing
authorMatteo Croce <teknoraver@meta.com>
Fri, 23 May 2025 03:42:53 +0000 (05:42 +0200)
committerMatteo Croce <teknoraver@meta.com>
Thu, 29 May 2025 14:48:50 +0000 (16:48 +0200)
tests/expected/fincore/count.16384
tests/expected/fincore/count.4096
tests/expected/fincore/count.65536
tests/expected/fincore/count.err
tests/expected/fincore/count.nosize
tests/ts/fincore/count

index cf4dbf7b56625075e449637c05fd32aae24104d3..9363b9d30fe4174162778822f8f8a41114a456ee 100644 (file)
@@ -1,4 +1,4 @@
-[ NO EXCITING FILE ]
+[ NON EXISTING FILE ]
 return value: 1
 0 0 i_EMPTY_FILE
 return value: 0
index 51f807868696b6474aebcd03ff3b0a44f26b9825..92d3c886f99733f110c6abd1499a1a53176bd4ee 100644 (file)
@@ -1,4 +1,4 @@
-[ NO EXCITING FILE ]
+[ NON EXISTING FILE ]
 return value: 1
 0 0 i_EMPTY_FILE
 return value: 0
index d66c78bd79334800d59ae900043994627ee9d1c2..c15b39589fdb40f56a16739c6024941c05392461 100644 (file)
@@ -1,4 +1,4 @@
-[ NO EXCITING FILE ]
+[ NON EXISTING FILE ]
 return value: 1
 0 0 i_EMPTY_FILE
 return value: 0
index fb9f8062770f687d2d6c3f8a76109ea782f210b8..cf54f69ce83d8976bae5502d7ed5004f160da430 100644 (file)
@@ -1,4 +1,4 @@
-[ NO EXCITING FILE ]
+[ NON EXISTING FILE ]
 fincore: failed to open: no_such_file: No such file or directory
 [ MULTIPLE FILES ]
 fincore: failed to open: no_such_file: No such file or directory
index 0429fc309be1e3012b5e633f63b7c6a2317f195c..d756ec11ca81f372828a932dbfb691bc6fb8f9a5 100644 (file)
@@ -1,4 +1,4 @@
-[ NO EXCITING FILE ]
+[ NON EXISTING FILE ]
 return value: 1
 0 i_EMPTY_FILE
 return value: 0
index 240ccdd114cc37d2ffc5b1503066e774c5439956..e873e2f500effa251ea1403eb3721b26b864b03f 100755 (executable)
@@ -141,7 +141,7 @@ check_dd_fs_feat
 INPUT=
 input=
 
-ts_log_both "[ NO EXCITING FILE ]"
+ts_log_both "[ NON EXISTING FILE ]"
 {
     input=no_such_file
     INPUT="${INPUT} ${input}"