Skip to content

Commit

Permalink
Fix typo - "filesyste" to "filesystem" (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert committed Apr 28, 2023
1 parent bfbbca4 commit 03a2583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accessors/ntfs/ntfs_accessor.go
Expand Up @@ -367,7 +367,7 @@ func (self *NTFSFileSystemAccessor) OpenWithOSPath(
accessor = fullpath.DelegateAccessor()
}

// We dont want to open a subpath of the filesyste, instead we
// We dont want to open a subpath of the filesystem, instead we
// special case this as openning the raw device.
if len(fullpath.Components) == 0 {
accessor, err := accessors.GetAccessor(accessor, self.scope)
Expand Down
2 changes: 1 addition & 1 deletion bin/config_interactive.go
Expand Up @@ -120,7 +120,7 @@ What OS will the server be deployed on?
Message: `Do you want to restrict VQL functionality on the server?
This is useful for a shared server where users are not fully trusted.
It removes potentially dangerous plugins like execve(),filesyste access etc.
It removes potentially dangerous plugins like execve(),filesystem access etc.
`,
}
)
Expand Down

0 comments on commit 03a2583

Please sign in to comment.