From f8cd504e7fed3b01301363b1d3ea54844cacd532 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Mon, 14 May 2012 16:44:16 -0400 Subject: [PATCH] Fixed a spelling mistake. uups. --- doc/streams-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/streams-tutorial.md b/doc/streams-tutorial.md index 80d1235..913a91e 100644 --- a/doc/streams-tutorial.md +++ b/doc/streams-tutorial.md @@ -225,7 +225,7 @@ As it was noted earlier in this tutorial, swift does not support directories. Instead the names of a file can be path like with a separator. For example, `swiftfs://Example/path/to/my_file.txt` has a name of `path/to/my_file.txt`. -To enable applications to use swift in a more directlry like manner there is a +To enable applications to use swift in a more directory like manner there is a second stream wrapper with a prefix `swiftfs://`. swiftfs stands for swift file system. It works in a similar manner to to the standard stream wrappers with a few key differences: