Skip to content

Commit 784592a

Browse files
authored
os: fix typo in os.v (#17519)
1 parent 6e670ec commit 784592a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/os/os.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ pub fn temp_dir() string {
734734
}
735735

736736
// vtmp_dir returns the path to a folder, that is writable to V programs, *and* specific
737-
// to the OS user. It can be overriden by setting the env variable `VTMP`.
737+
// to the OS user. It can be overridden by setting the env variable `VTMP`.
738738
pub fn vtmp_dir() string {
739739
mut vtmp := getenv('VTMP')
740740
if vtmp.len > 0 {

0 commit comments

Comments
 (0)