1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Fix a typo.

This commit is contained in:
jbranchaud
2016-01-14 15:29:06 -06:00
parent e076a8f585
commit 3a368663a5

View File

@@ -19,7 +19,7 @@ the modification time no matter what.
This matters if the modification time is used by anything. For instance, a
background process that monitors a directory for changed files based on
modification times will get some false positives if you use `:wq` to
modification times will get some false positives if you use `:wq` too
liberally.
[source](http://docstore.mik.ua/orelly/unix3/vi/ch05_03.htm)