]> git.tuebingen.mpg.de Git - dss.git/commitdiff
NEWS: Fix typo.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 23 Mar 2015 13:32:15 +0000 (14:32 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 23 Mar 2015 13:32:15 +0000 (14:32 +0100)
This typo was introduced in commit 34653268 (Add NEWS file) years ago,
apparently by pasting the content from the freshmeat web page to the
NEWS file.

NEWS

diff --git a/NEWS b/NEWS
index 444c12eef89103900bf3aaa14fcb6bfe747d4d86..e1ae41e69c6b4756bc94ea18aecdfef31da5773f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -62,7 +62,7 @@ snapshot in the post_create_hook.
 0.1.1 (2008-11-13)
 ~~~~~~~~~~~~~~~~~~
 This release prevents busy loops on rsync exit code 13. It ignores
-any snapshot directory with creation time &gt; completion time. It
+any snapshot directory with creation time >= completion time. It
 opens /dev/null for reading and writing when executing rsync. It shows
 human readable snapshot creation duration when listing snapshots. It
 restarts the rsync process if it returned with exit code 13.