forked from TrueCloudLab/restic
fix comments to have the standard form
This commit is contained in:
parent
cf62eb3e15
commit
6fe38b0cd8
6 changed files with 10 additions and 11 deletions
2
node.go
2
node.go
|
@ -102,7 +102,7 @@ func nodeTypeFromFileInfo(fi os.FileInfo) string {
|
|||
return ""
|
||||
}
|
||||
|
||||
// CreatAt creates the node at the given path and restores all the meta data.
|
||||
// CreateAt creates the node at the given path and restores all the meta data.
|
||||
func (node *Node) CreateAt(path string, s *server.Server) error {
|
||||
switch node.Type {
|
||||
case "dir":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue