summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabe Berke-Williams <gabebw@gabebw.com>2018-09-10 03:49:48 -0700
committerAndrew Gallant <jamslam@gmail.com>2018-09-10 06:49:48 -0400
commite82fbf2c462bfdc6a981877a6bc0aa51ec2c463b (patch)
treeafb81ff08fd17f51d7a4c805ea833b47b403e312
parenteb18da04506b959c0251099eae83e16d22ce8bcb (diff)
doc: fix typo
"cretion" -> "creation" PR #1045
-rw-r--r--src/app.rs4
1 files changed, 2 insertions, 2 deletions
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