Skip to content

Commit

Permalink
Update vlib/os/os_windows.c.v
Browse files Browse the repository at this point in the history
Co-authored-by: JalonSolov <JalonSolov@gmail.com>
  • Loading branch information
spytheman and JalonSolov authored Feb 2, 2025
1 parent e75e3d1 commit 2613c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/os/os_windows.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ pub fn disk_usage(path string) !DiskUsage {
&total, &available)
}
if ret == false {
return error('can\`t get disk usage of path')
return error('cannot get disk usage of path')
}
return DiskUsage{
total: total
Expand Down

0 comments on commit 2613c3b

Please sign in to comment.