Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Zeithaml <[email protected]>
  • Loading branch information
Martin-Zeithaml committed Sep 16, 2024
1 parent b6a064c commit 2493916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/libs/zos-fs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function getFileSystemFlags(path: string): fileSystemFlagsReturn {
const ST_NOSECURITY = 0x00000004
let flags : fileSystemFlagsReturn = { rc: 1 };
if (path) {
const result = zos.getStattvfs(path);
const result = zos.getStatvfs(path);
if (result[1] == 0) {
flags = {
rc: 0,
Expand Down

0 comments on commit 2493916

Please sign in to comment.