We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e670ec commit 784592aCopy full SHA for 784592a
vlib/os/os.v
@@ -734,7 +734,7 @@ pub fn temp_dir() string {
734
}
735
736
// 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`.
+// to the OS user. It can be overridden by setting the env variable `VTMP`.
738
pub fn vtmp_dir() string {
739
mut vtmp := getenv('VTMP')
740
if vtmp.len > 0 {
0 commit comments