diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-12-30 00:37:13 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-12-30 00:37:13 +0100 |
commit | 1ead889249f9b8c2ea0095e96e3bfd9b30d4b9f2 (patch) | |
tree | 1e300b63694c8c5b39fed1409cfa75f32d028f27 | |
parent | 40f3bb2c34391443b0191a76e9f42170cc90ebb9 (diff) |
typo
-rw-r--r-- | hurd/translator/storeio.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/translator/storeio.mdwn b/hurd/translator/storeio.mdwn index e4482e65..8e26a959 100644 --- a/hurd/translator/storeio.mdwn +++ b/hurd/translator/storeio.mdwn @@ -27,4 +27,4 @@ You can even `ungzip` files on the fly (`bunzip2` is available as well): You can use the *typed store*, to create filter chains (of course this example is kind of useless since you could use the `gunzip` store directly): - settrans -ca node /hurd/storeio -T type gunzip:file:foo.gz + settrans -ca node /hurd/storeio -T typed gunzip:file:foo.gz |