From 0084c44799f4735e2e8a0d92381edc77a4c9d77f Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Wed, 29 Sep 2021 13:41:32 +0200 Subject: config: find: Fix mtime/mmin description s/modified time/modification time/ Signed-off-by: Ismael Luceno Signed-off-by: Denys Vlasenko --- findutils/find.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'findutils') diff --git a/findutils/find.c b/findutils/find.c index 34e11ae26..6d55db4e9 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -67,7 +67,7 @@ //config: interpreted by other programs. //config: //config:config FEATURE_FIND_MTIME -//config: bool "Enable -mtime: modified time matching" +//config: bool "Enable -mtime: modification time matching" //config: default y //config: depends on FIND //config: help @@ -75,7 +75,7 @@ //config: files, in days. //config: //config:config FEATURE_FIND_MMIN -//config: bool "Enable -mmin: modified time matching by minutes" +//config: bool "Enable -mmin: modification time matching by minutes" //config: default y //config: depends on FIND //config: help -- cgit v1.2.1