This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 913a393
1 parent b57522c commit 913a393 Copy full SHA for 913a393
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ var MfsCreateCmd = &cmds.Command{
120
120
Creates a new mutable filesystem based on an optional root hash.
121
121
122
122
Currently, it creates a filesystem with no special publish actions,
123
- all changes are merely propogated to the root, and are reflected in the hash
123
+ all changes are merely propagated to the root, and are reflected in the hash
124
124
displayed by 'ipfs mfs'. In the future, this command will allow you to specify
125
125
publish actions and close actions for a given filesystem
126
126
` ,
Original file line number Diff line number Diff line change 1
- // package mfs implements an in memory model of a mutable ipns filesystem,
2
- // to be used by the fuse filesystem.
1
+ // package mfs implements an in memory model of a mutable ipfs filesystem.
3
2
//
4
3
// It consists of four main structs:
5
4
// 1) The Filesystem
6
- // The filesystem serves as a container and entry point for the ipns filesystem
5
+ // The filesystem serves as a container and entry point for various mfs filesystems
7
6
// 2) Root
8
- // Root represent the root of the keyspace controlled by a given keypair
7
+ // Root represents an individual filesystem mounted within the mfs system as a whole
9
8
// 3) Directories
10
9
// 4) Files
11
10
package mfs
You can’t perform that action at this time.
0 commit comments