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: