1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00

doc: fix typo

"cretion" -> "creation"

PR #1045
This commit is contained in:
Gabe Berke-Williams 2018-09-10 03:49:48 -07:00 committed by Andrew Gallant
parent eb18da0450
commit e82fbf2c46

View File

@ -2067,7 +2067,7 @@ for this flag are:
path Sort by file path. path Sort by file path.
modified Sort by the last modified time on a file. modified Sort by the last modified time on a file.
accessed Sort by the last accessed 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. none Do not sort results.
If the sorting criteria isn't available on your system (for example, creation 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. path Sort by file path.
modified Sort by the last modified time on a file. modified Sort by the last modified time on a file.
accessed Sort by the last accessed 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. none Do not sort results.
If the sorting criteria isn't available on your system (for example, creation If the sorting criteria isn't available on your system (for example, creation