summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorToni G <toni.giorgino@isib.cnr.it>2013-08-22 02:08:46 +0200
committerToni G <toni.giorgino@isib.cnr.it>2013-08-22 02:08:46 +0200
commit1ac7472769ff62e1b198ff88a72df3415bc451ee (patch)
tree2bf2126b619dfb94f2214147b9605374883d5c64 /README
parentb4e3028494c0fa3dfc8bae5d59ae0522def02fe2 (diff)
downloadlibfaketime-1ac7472769ff62e1b198ff88a72df3415bc451ee.tar.gz
Comment
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 7620efc..63cfba9 100644
--- a/README
+++ b/README
@@ -191,7 +191,7 @@ For example (24th of December, 2002, 8:30 PM)
faketime -f '@2002-12-24 20:30:00' /bin/bash -c 'date; sleep 2; date'
will print the same time twice, because each invocation of the
-"date" command sees its independent faked clock, while
+"date" command sees its own independent faked clock, while
faketime -f '^2002-12-24 20:30:00' /bin/bash -c 'date; sleep 2; date'