mirror of
https://github.com/restic/restic.git
synced 2026-03-29 17:32:44 +00:00
fix comments to have the standard form
This commit is contained in:
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":
|
||||
|
||||
Reference in New Issue
Block a user