From e82fbf2c462bfdc6a981877a6bc0aa51ec2c463b Mon Sep 17 00:00:00 2001 From: Gabe Berke-Williams Date: Mon, 10 Sep 2018 03:49:48 -0700 Subject: doc: fix typo "cretion" -> "creation" PR #1045 --- src/app.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/app.rs b/src/app.rs index 03239277..6b39f8f4 100644 --- a/src/app.rs +++ b/src/app.rs @@ -2067,7 +2067,7 @@ for this flag are: path Sort by file path. modified Sort by the last modified time on a file. accessed Sort by the last accessed time on a file. - created Sort by the cretion time on a file. + created Sort by the creation time on a file. none Do not sort results. If the sorting criteria isn't available on your system (for example, creation @@ -2100,7 +2100,7 @@ for this flag are: path Sort by file path. modified Sort by the last modified time on a file. accessed Sort by the last accessed time on a file. - created Sort by the cretion time on a file. + created Sort by the creation time on a file. none Do not sort results. If the sorting criteria isn't available on your system (for example, creation -- cgit v1.2.3