Updated Projects (markdown)
diff --git a/Projects.md b/Projects.md
index c620a28..6ace3de 100644
--- a/Projects.md
+++ b/Projects.md
@@ -726,7 +726,7 @@
## File Systems
* [afero](https://github.com/spf13/afero) - A File Sytem abstraction system for Go
- * [go.fs](https://github.com/daaku/go.fs) - A virutal file system abstraction layer.
+ * [go.fs](https://github.com/daaku/go.fs) - A virtual file system abstraction layer.
* [poller](https://github.com/npat-efault/poller) - Package poller is a file-descriptor multiplexer. It allows concurent Read and Write operations from and to multiple file-descriptors.
* [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.