From 3a368663a55a68e91f91db539f8685277bdbfc5b Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 14 Jan 2016 15:29:06 -0600 Subject: [PATCH] Fix a typo. --- vim/difference-between-wq-and-x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/difference-between-wq-and-x.md b/vim/difference-between-wq-and-x.md index 6d0194a..77773a7 100644 --- a/vim/difference-between-wq-and-x.md +++ b/vim/difference-between-wq-and-x.md @@ -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)